Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linked Server Extremly Slow
Message
 
 
À
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:
01037782
Vues:
19
>>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform