Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My ever expandind exe
Message
De
20/09/2001 12:02:56
 
 
À
20/09/2001 11:56:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00558779
Message ID:
00558796
Vues:
22
>Tell me more about how you are establishing the connection. I fyou are using SQL Connect, then you need to release the connection handle after you are finished with it.

Hi James,

THIS.nSatHandle = SQLCONNECT(THIS.cOdbcName)

* Do stuff

IF THIS.nSatHandle > 0
* Disconnect from the server
sqldisconnect(THIS.nSatHandle)
THIS.nSatHandle = 0
ENDIF

Mike
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform