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!

Querying multiple database

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

I am writting an application in VB6 and need to create query using inforamtin on 2 separate access databases.

Any suggestions


thanks
 
This question would probably get a better response in the VB forum: forum222
Joe Miller
joe.miller@flotech.net
 
being connected to an access databnase is not a problem to make a query what selects from an other access database:
SELECT * from [c:\xx.mdb].table1;
use the needed database file name in the query.
John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top