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:
00729815
Views:
16
Well, I do. Just try:

DEFINE CLASS wsodbc as Session olepublic

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

ENDDEFINE

You´ll have the same problem then.

...gerhard...
Previous
Reply
Map
View

Click here to load this message in the networking platform