recordset properties

dusteater
10-13-2000, 12:36 PM
Is there a way to test if an ADO recordset is open or not? I need a routine that will close a recordset if it is open.
Thanks
Rick

Q...
10-15-2000, 08:35 PM
If Not rx Is Nothing Then
If rx.State = adStateOpen Then rx.Close
End If

Q...

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum