Jul 26, 2006 #1 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?
Jul 27, 2006 #2 onpnt Programmer Dec 11, 2001 7,778 US 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 Upvote 0 Downvote
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