Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML Web Services
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00726346
Message ID:
00734054
Views:
22
jop, I do:

DEFINE CLASS wsodbc as Session olepublic

FUNCTION OpenODBC
LOCAL lnConn
lnConn = SQLCONNECT("test")
IF lnConn > 0
SQLDISCONNECT(lnConn)
ENDIF
ENDFUNC

ENDDEFINE
Previous
Reply
Map
View

Click here to load this message in the networking platform