Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC
Message
From
01/10/2001 11:02:56
 
 
To
28/09/2001 13:01:06
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: ODBC
Miscellaneous
Thread ID:
00556482
Message ID:
00562564
Views:
33
Cetin,

I tried this and the error doesn't appear. However, no cursor is generated either.

My Code Now:
lcConnection = 'DRIVER=Client Access ODBC Driver (32-bit);SYSTEM=GVAS400;DefaultLibraries=webprddtx;'+;
'TRANSLATE=1;UID=SDE;PWD=BEREAN5;SIGNON=2;SSL=3'

gnHandle1 = SQLSTRINGCONNECT(lcConnection)

gnHandleb = "Select dm_drawing_number From drawmstrp InTo Cursor mySeeThisfit"

If gnHandle1 <= 0 Then
Wait Window "Connection not Made"
Cancel
Else
*Wait Window "Connection Made"
= SQLSETPROP(gnHandle1, 'asynchronous', .F.)
= SQLEXEC(gnHandle1,"'"+gnHandleb+"'")
EndIf
= SQLDISCONNECT(gnHandle1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform