Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linked Server Extremly Slow
Message
From
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:
01037777
Views:
33
>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?

Thank's, Zlatko.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform