Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linked Server Extremly Slow
Message
De
02/08/2005 08:32:14
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01037362
Message ID:
01037777
Vues:
32
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform