Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linked Server Extremly Slow
Message
 
 
To
02/08/2005 08:32:14
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01037362
Message ID:
01037782
Views:
20
>>You cam also create a linked server with VFP ODBC driver. It's faster than another one, allows read/write access to data but doesn't support any new data features introduced after VFP6.
>
>How is that in MSDE?
>
>I use this commands to create linked server:
>
>
sp_addlinkedserver @server = 'MyLinkedServer',
>@srvproduct = 'VFP',
>@provider = 'VFPOLEDB.1',
>@datasrc = 'c:\MyTables'
>
>
>I don't find any documentation about using ODBC for linked server. What should I change or where should I look?
>

See Re: SQL linked server with oledb Message #633186.
BTW, back to the speed of a query against a linked server. See OPENQUERY() and Distributed Query Architecture in BOL.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform