Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What might cause this error message?
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
What might cause this error message?
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01320308
Message ID:
01320308
Views:
46
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")
~~~~~~~~~~~~~~~~~~~~~~~~~
Next
Reply
Map
View

Click here to load this message in the networking platform