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
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01320308
Message ID:
01320346
Views:
13
What are the view connection related properties?

>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")
>~~~~~~~~~~~~~~~~~~~~~~~~~
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform