Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cant close an ADO database
Message
From
15/09/2003 01:23:21
 
 
To
10/09/2003 01:08:16
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00827743
Message ID:
00828899
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform