|
-
Feb 27th, 2008, 11:51 AM
#1
Thread Starter
New Member
Providing database logon credentials to CrystalReports XI thru VB6.0
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|