Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What might cause this error message?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
What might cause this error message?
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01320308
Message ID:
01320308
Vues:
47
Connectivity error: Unable to retrieve specific error informaiton.
Driver is probably out of resources

I'm doing the following SQL code (which works fine in the command window, but not at runtime). The error occurs with the SQLExec() function below.
~~~~~~~~~~~~~~~~~~~~~~~~~
PRIVATE hconn
*-- NOTE: somast is an open, remote view
hConn =CURSORGETPROP("ConnectHandle", "somast")

lcSQL = "SELECT * FROM somast WHERE fcity = 'Columbus' ORDER BY fsono"

lnResult = SQLExec(hConn, lcSQL, "ac_result")
~~~~~~~~~~~~~~~~~~~~~~~~~
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform