Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cant close an ADO database
Message
De
15/09/2003 01:23:21
 
 
À
10/09/2003 01:08:16
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00827743
Message ID:
00828899
Vues:
11
Hi There,

Have you tried:
If adoLogRS.State Then
adoLogRS.Close
Set adoLogRS = Nothing
End If

If db.State Then
db.Close
Set db = Nothing
End If
Hope this helps,

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

Click here to load this message in the networking platform