Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML Web Services
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00726346
Message ID:
00729815
Vues:
22
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform