Oracle 9i, ASPConnection for Crystal Reports 9 ?
Hi,
I am working on a ASP Web Application for crystal reports 9, the database is oracle 9i. I have set up the DSN for the remote oracle server using the microsoft ODBC driver for oracle, and am able to run the crystal reports from the crystal wizard. But when I call the report in my ASP it gives an error saying Logon Failed Details:01000:[Microsoft][ODBC Driver Manager]The driver doesn't support version of ODBC behaviour that the application requested (see SQLSetEnvAttr).
How do I define a connection in my ASP page for this purpose?
Do I have to define some code in global.asa?
|