Results 1 to 2 of 2

Thread: Checking of an object is closed

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309
    Lets say f.i. i have a recordset "objRS" and I wan't to find out if it is closed or not.. how do i do that ?

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Location
    Germany
    Posts
    84
    you can use the state property:

    rs.state=0 '--> rs is closed
    rs.state=1 '--> rs is open

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width