Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database driver error message

Status
Not open for further replies.

daisyGal

Programmer
Oct 3, 2002
5
MY
I'm calling existing crystal report through on my .aspx page when i click the ok_button. before i click the button .. i need to choose which category of data that i wan to view Eg: user, client, sample and so .. when i call choose to view the user record .. i get the report displayed but when i choose to view the client record .. error message displayed which is" The database driver used by this report is not supported by this product" .. since user and client are both in the same database .. so i think the connection is not a problem .. i had gone through crystal decision site to surf for the solution .. the site said that crystal report for vs.net cant support oracle native connection and am now using oracle database .. but how come i still successful to call the user record but not client .. can anybody tell me whats the reason and with the solution too...
 
Sounds like you're going to have to wait for CR to implement support for that new driver.

My suggestion, for now, would be to use the OLEDB driver, until they do implement support for it.

Just try to abstract all of your data routines into a nice, neat, little class so that when they do, it will be easy for you to change your implementation to take advantage of the native driver.

paul
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top