Board index » Information Technology » changing datasource to SQL Server
|
laitkens
|
changing datasource to SQL Server
Information Technology330
Greetings, I have a set of reports that were created using the report designer in Visual Studio. They were originally written to run against an Informix database, but I now need to change them to run against an SQL Server DB. I added a new datasource for the SQL Server DB, but couldn't find *any* way to change the reports to point to this new datasource. I've worked around this problem by changing the properties of the existing (Informix) datasource to point to the SQL Server DB, but if anyone knows how to change *just* the datasource of a report, I'd be very grateful if they'd let me know. The queries that the reports execute currently use '?' to indicate an Informix SQL parameter, but I believe SQL Server uses '@param_name' instead. If I replace each ? with @param_name (in the 'SQL' pane of the 'Data' tab) and map each @param_name to the corresponding ReportParameter, will this work, or is there something else I need to do? Thanks in Advance, Don - |
