Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logon to server through VB code in Crystal 8.5

Status
Not open for further replies.

mpodlesny

Programmer
Mar 23, 2005
24
US
I am using the following:

Crystal 8.5
Visual Basic 6 sp 5
Oracle 10

I am trying to login to the server at run time using the following:

Dim crxApp As New CRAXDRT.Application

crxApp.LogOnServer "THE DLL", strServerOrDSNName, strDBNameOrPath, strUserID, strPassword

What should "THE DLL" be?
 
Open the report in Crystal, and go to Database > Convert Database Driver. You should see the .dll the report is using for connectivity there (it'll be grayed out).

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top