Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Environment recordset problems...
Message
From
24/01/2003 03:41:03
 
 
To
23/01/2003 14:53:47
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00744832
Message ID:
00744991
Views:
19
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform