I've been dealing with "Crystal Solutions" debugging a problem running Crystal Reports on W2K machines.
I use DOA/Delphi 5 to connect to Oracle and ODBC to connect Crystal Reports to Oracle from within the same application.
From the error I'm receiving their support types gave me the following solution:
"When using the Oracle Call Interface (OCI) to make a connection to an Oracle 8 database, the Oracle "opinit()" function must be called before any other OCI function call is made. Once this function call was added to the application, the application was able to establish its own connection and perform standard database interaction and launch reports at the same time."
The full article is at http://support.crystaldecisions.net/library/kbase/articles/c2004148.asp
My question is, is DOA making the opinit call? And if not, can I make it, or must it be added to DOA?
I use DOA/Delphi 5 to connect to Oracle and ODBC to connect Crystal Reports to Oracle from within the same application.
From the error I'm receiving their support types gave me the following solution:
"When using the Oracle Call Interface (OCI) to make a connection to an Oracle 8 database, the Oracle "opinit()" function must be called before any other OCI function call is made. Once this function call was added to the application, the application was able to establish its own connection and perform standard database interaction and launch reports at the same time."
The full article is at http://support.crystaldecisions.net/library/kbase/articles/c2004148.asp
My question is, is DOA making the opinit call? And if not, can I make it, or must it be added to DOA?