Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Providing database logon credentials to CrystalReports XI thru VB6.0

619578Feb 27 2008 — edited Feb 28 2008
I am trying to provide database logon credentials to Crystal Reports XI thru VB 6.0 (via ODBC) for Oracle 10g server database
I have Oracle client 9.2.0.4.0 on my PC.
I am using the LogOnServer method in VB to log on to the database providing a secure connection to all tables within the database. Logon sever syntax is

LogOnServer <databaseDLL>, <Server>, <Database>, <UserID>, <Password>

where <Server> is the ODBC Data Source Name and <database> is the name of the database

How do I find the <databaseDLL> to use in my code?

Thanks,
Saloni
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2008
Added on Feb 27 2008
2 comments
929 views