Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SqlStringConnect
Message
De
12/09/2008 11:50:45
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SqlStringConnect
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01347085
Message ID:
01347085
Vues:
65
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?

Thanks,

Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform