I have several reports based on Crystal Queries (.qry files) against an old Informix database.
I now need to port these reports to a SQL/Server database and put a VB front end on them to allow them to be run by end users.
I think that in order to do this I need to convert the reports to use ADO and then use the RDC SetDataSource method from within the VB app to point the report at a query constructed from the user input.
I cannot find a way of changing an existing report based on a query to use ADO other than completely rewriting it.
Does anyone have any ideas or any better way of achieving this?
I now need to port these reports to a SQL/Server database and put a VB front end on them to allow them to be run by end users.
I think that in order to do this I need to convert the reports to use ADO and then use the RDC SetDataSource method from within the VB app to point the report at a query constructed from the user input.
I cannot find a way of changing an existing report based on a query to use ADO other than completely rewriting it.
Does anyone have any ideas or any better way of achieving this?