Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Environment recordset problems...
Message
De
24/01/2003 03:41:03
 
 
À
23/01/2003 14:53:47
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00744832
Message ID:
00744991
Vues:
23
Hi Alvin,

I think I know what you mean.

I use this bit of code on the bottom of my page to close the RecordSet If Open and the DataBase Connection If Open. Seems to work well.
If objRS.State Then
objRS.Close
Set objRS = Nothing
End If

If objConn.State Then
objConn.Close
Set objConn = Nothing
End If
Hope This Help.

Kind Regards,
Tarran Walker
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform