Dec 11, 2001 #1 elibb Programmer Oct 22, 2001 335 MX Hello.. im using this: Dim rs as new ADODB.RECORSET rs.open SQL, connection how can i know by code if a recordset it already open??? thank You very much Eli
Hello.. im using this: Dim rs as new ADODB.RECORSET rs.open SQL, connection how can i know by code if a recordset it already open??? thank You very much Eli
Dec 11, 2001 #2 oneshadow IS-IT--Management Dec 23, 2004 125 ID use the State property method of ADODB.Recordset. It returns: 0=adStateClosed 1=adStateOpen rgds Upvote 0 Downvote
Dec 11, 2001 Thread starter #3 elibb Programmer Oct 22, 2001 335 MX Thank you very much.. i knew it was going to be something so simple... you saved me. Eli Upvote 0 Downvote