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

SQL join query to databases on networked computer?

Status
Not open for further replies.

terrygtx

Programmer
Apr 12, 2008
7
US
Is is possible to use an SQL statement to reference tables in databases residing on other computers?

I am hoping to avoid linking tables - but it may not be possible.

TIA,

t
 
It is possible to use In:

SELECT * From tblTable IN '\\ComputerX\Docs\TT.mdb'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top