Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open a Table from SQLServer in FoxPro
Message
De
08/01/2001 05:26:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00460477
Message ID:
00460481
Vues:
11
>How can I open a SQLServer table in Foxpro with all its properties.
>Especially indexes.

You can't in the fashion that you operate on a native VFP table - you pass commands to SQL Server, which executes them and passes back a result. The result set is disconnected from the client side representation of the data - IOW, VFP doesn't direct;y manipulate SQL Server; it sends standard commands to SQL Server that are performed on its behalf, and the VFP app is completely unaware of the underlying indexes, physical data representations and the like - if you receive a view or cursor based on SQL Server data, the result is disconnected from SQL Server's underlying data management implementation. If you use ADO, you get an ADO recordset object. The database on the backend is not available for direct access by the client app - you operate on the results of requests handled by the server backend.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform