Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to view SQL data
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00703957
Message ID:
00703987
Vues:
17
Try with something like this:
nConn=sqlstringconnect("DRIVER=sql server;SERVER=(local);UID=sa;PWD=;DATABASE=northwind")
sqlexec( nConn, "select * from employees", "curEmployees")
select curEmployees
browse
>Hi.
>Ive dowloaded SQL database files and ,at this stage, just want to browse around the data and have a look.
>
>Whats the best way to do this (something similar to Open Data, Use , Brow in VFP) ??
>
>I have VFP 7 and Visual Studio .net professional editions installed
>
>Regards,
>
>Gerard
Hector Correa
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform