Results 1 to 3 of 3

Thread: [RESOLVED] Connection State

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2000
    Posts
    462

    Resolved [RESOLVED] Connection State

    What is the call for checking the State of a Connection and What are the Results of the that Connection.

    I need to know if its open or closed
    Don
    (OLD DOS Programmer)

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Connection State

    ADO??? The Connection Object has a State property which returns one of the OptionStateEnum values.

    Note the State property does not indicate lost/dropped connections due to network problems.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2000
    Posts
    462

    Re: [RESOLVED] Connection State

    Return Codes are

    0 = Closed
    1 = Open
    Don
    (OLD DOS Programmer)

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