How to connect to an Oracle database using the native driver 
Author Message
 How to connect to an Oracle database using the native driver

Hello,

I would like to know how to connect to Oracle database in Crystal
Report 6 with ActiveX control. I have created an report using the
native driver (pdsora7.dll) and find that I cannot connect to the
database using the Crystal Report control. It seems that seagate is
documenting the connect property only for ODBC connection. Here is some
sample information on the database setting:

Database instance name: DBINST
Connection String: CONSTR
User Name: USERNAME
Password: PASSWORD
ODBC database name (should be irrelevant): ODBCDSN

what should be my connect string?

I've tried things like
Rpt.Connect="DSN=CONSTR;UID=USERNAME;PWD=PASSWORD;DATABASE=CONSTR", or
Rpt.Connect="UID=USERNAME;PWD=PASSWORD;DATABASE=CONSTR", or
Rpt.Connect="DSN=CONSTR;UID=USERNAME;PWD=PASSWORD", or
Rpt.Connect="DSN=CONSTR;UID=USERNAME;PWD=PASSWORD;DATABASE=DBINST",
etc, but nothing works (error of Cannot Find SQL server). What should I
do?????

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Sun, 02 Feb 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How to connect vb6.0 with a native Oracle database

2. Native Drivers in Visual Basic for Oracle

3. Oracle Native Driver ????

4. Native driver for Oracle 8 in CR 8.5 and CE 8.0

5. Does Oracle Native Driver Multi-Thread?

6. Support for native Oracle drivers.

7. Native Drivers in Visual Basic for Oracle

8. Connecting vb4 to an ingres database using datadirect odbc driver

9. Connecting to Access 97 Database using ADO with OLE DB Driver

10. Connecting to Access 97 Database using ADO with OLE DB Driver

11. Connect Informix database thru ODBC driver using Visual Basic

12. Open Database using ODBC Driver for Oracle

 

 
Powered by phpBB® Forum Software