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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am working with VB6 and Crystal R

Status
Not open for further replies.

MattN

Programmer
Jan 21, 2002
29
GB
I am working with VB6 and Crystal Reports 8.5

My reoprt has two database connections. One to MS Access and one to MySQL. Both are password protected databases.

How do I create two database connections to one crystal report object in my VB code.

Within crystal reports I can verify databases without any problems and also can view the report data after refreshing.

Please helpppp !!!

Rgds

M Norris

 
hmmm, I would say your best(easiest) bet would be to link the SQL table to the MDB, or link both tables, the SQL and the MDB to a second MDB, and then connect with one connection only to that MDB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top