I have successfully created a Linked Server on Microsoft SQL Server Express 2005 with the following:
Server is at 192.168.0.106\sqlexpress
sp_addlinkedserver @server = 'LEDGERS',
@srvproduct = 'VFP',
@provider = 'VFPOLEDB.1',
@datasrc = 'c:\FileServer\Ledgers.bak
\Company\P
yrotech'
I can also connect and query this Linked Server using a query editor. I have been using QueryCommander downloaded from SourceForge. Sample query that works from 192.168.15.110:
SELECT * FROM LEDGERS...accounts where aufiscyear=2007
Cannot figure out how to connect and query this linked server from Microsoft Access 2003 / Visual Basic.
Any help is appreciated. Thanks in advance
Start Free Trial