Re: [2005 Express] Reports
Well, Microsoft and Business Objects are under no obligation to provide free solutions to everyone. They already provide a fair bit for nothing. VWD Express does support an add-in that will allow you to create SQL Server reports. Why they chose to support VWD and not VB I don't know, but if you're not prepared to shell out for an IDE that does support reporting out of the box then you make do.
Re: [2005 Express] Reports
Quote:
...... then you make do
:wave:
Hence my post :)
Re: [2005 Express] Reports
By "make do" I meant create your reports in VWD instead of having it integrated into VB. An SQL Server report is an SQL Server report, regardless of which IDE it's created in. Nothing wrong with what you're suggesting. I'm just saying that there was no need to go outside VS.
Re: [2005 Express] Reports
Yep, understand.
In my (original) case the DB is an mdb as a hangover.
If I redo, which i probably will, I'll do the DB as an MDF.
Re: [2005 Express] Reports
The name is misleading. SQL Server Reporting Services is not restricted to SQL Server at all. The actual Reporting Server is a component of SQL Server but used in simple scenarios there's no connection. An SQL Server report cares nothing for where the data comes from. You pass it a DataSet. How that dataSet was populated is immaterial.