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

Select from two databases

Status
Not open for further replies.

bildun

ISP
Jul 27, 2004
5
US
Is it possible to do a select and join from two seperate Access databases with ASP? If so, how?
 
Yes.

Google the JetSQL SELECT syntax and you'll see what you need

Next JetSQL question please ask in the forum701 JetSQL forum

syntax example:
Code:
SELECT * FROM 
C:\databasename.[Table];


General FAQ faq333-2924
5 steps to asking a question faq333-3811
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top