Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC Connectivity error
Message
 
 
To
20/03/2003 23:00:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00768435
Message ID:
00768446
Views:
21
Can you post connection string? You can use SQLGETPROP(gnConnHandle,"ConnectString") to get it. Did you try with another table?

>Hi
>
>I am trying to get an ODBC query to work but keep getting
>
>
Connectivity error: Unable to retrieve specific error information.  Driver is probably out of resources
>
>Can someone enlighten me as to what I should do to fix this?
>
>The query
>
>
sqlreply = SQLEXEC(gnConnHandle, 'SELECT SALES_ORDER.* FROM  SALES_ORDER SALES_ORDER', 'csrBarcode')
>IF sqlreply=-1
>	AERROR(aRet)
>	?aRet(1,2)
>ELSE
>	?sqlreply
>ENDIF
>
>worked once but I cannot figure out what I did to make it work.
>
>A bit lost
>Geoff Scott
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform