cancel
Showing results for 
Search instead for 
Did you mean: 

changing data source type

former_member468298
Participant
0 Kudos

We would like to programmatically change the data provider used by a report. Currently we are using ODBC and we no longer want to depend on the this middleware. Is possible to programmatically change the objects within the report's report document object to use a direct data connection or OLE DB connection? We would rather not change them through Crystal Report's designer if possible due to the number of reports that we would have to change.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Ben,

Actually ODBC is the new standard. I suggest staying on it.

If you want to use CR for VS .NET go here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

requires VS 2010 -> 2015:

And post your questions to this Forum

https://answers.sap.com/tags/01200615320800001270

Don

former_member468298
Participant
0 Kudos

Hi Don,

The choice to be off ODBC is not my choice and it is not my place to "sell" that ODBC should be in the future. This is coming higher up the management chain.

Answers (2)

Answers (2)

former_member468298
Participant
0 Kudos

Hi Don,

I reviewed the content of the links that you provided, but they are not answering the question about programmatically change the data provider of a existing report. I appreciate the merits of ODBC, but I need to be able to change the data provider type. Anymore insight would be appreciated.

former_member468298
Participant
0 Kudos

Hi Don,

Thank you for the reply.