Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SqlStringConnect
Message
 
 
À
12/09/2008 11:50:45
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01347085
Message ID:
01347090
Vues:
19
You cannot access VFP7 and later tables through VFP ODBC driver. Consider using CA with ADO (VFP OLE DB provider).

>I have a VFP database that I am trying to access with a SQLStringConnect(). My connection handle seems to get created but the SQLEXEC() returns a -1 and AERROR() says 'Connectivity error, Not a Table'.
>
>Here are the commands I am using:
>
>lc_ConnectionString = ;
>	"Driver={Microsoft Visual FoxPro Driver};SourceType=DBC;SourceDB=C:\mydir\mydatabase.dbc;
Exclusive=No; NULL=NO;Collate=Machine;BACKGROUNDFETCH=NO;DELETED=NO;"
>lc_sql = "SELECT * FROM mytable"
>ln_results = SQLEXEC(ln_conn, lc_sql, [c_results])   &&Returns a -1
>
>
>How can I get this to work?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform