CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    22

    this is urgent!! need advice!

    Hi, there must be a way to check if my rdoconnection is open or down. Ishould then open it if it's down. Please help


  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    Re: this is urgent!! need advice!

    I have no idea on RDO. But ADO's Connection is having a property called State, to check whether the connection is open or closed.


    If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it

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

Featured