I've got a conversion project to convert some reports from straight SQL Server to Oracle for one of the tables and SQL Server for the others. The calling program is VB6 (ugh). Crystal version is 9.2. The other catch is that the normal access to the Oracle data is trrough a java web-service. I've already written a .net 'wrapper' that uses COM interop for this portion of the app to pass to vb6.
I have come up with several ideas. I'm not sure how to procede with these:
1) Link the reports through a view on either sql sever or oracle; (don't know if possible)
2) Create a temp table on sql server for the data. I would use my .net 'wrapper' to load the data to the temp table and then process the report; (performance would be a problem)
3) Create another COM object in .net to load the two data sources (from a collection class) and process using ado.net data tables and pass the resulting recordset back to the vb6 app to pass to crystal; (performance would again be bad)
Any other ideas?
thanks,
jim b
I have come up with several ideas. I'm not sure how to procede with these:
1) Link the reports through a view on either sql sever or oracle; (don't know if possible)
2) Create a temp table on sql server for the data. I would use my .net 'wrapper' to load the data to the temp table and then process the report; (performance would be a problem)
3) Create another COM object in .net to load the two data sources (from a collection class) and process using ado.net data tables and pass the resulting recordset back to the vb6 app to pass to crystal; (performance would again be bad)
Any other ideas?
thanks,
jim b