+ Reply to Thread
Results 1 to 3 of 3

Thread: ADODB CONNECTION

  1. #1

    Default ADODB CONNECTION

    Let's you know if the Connection is Open or Closed.

  2. #2
    PrincessAmidala Guest

    Default ADODB CONNECTION

    I am having errors when running my program on whether the connection to the database is open or close. In every function that i open a connection, i always close it at the end of the function.My problem is, if the user close the program during run time in the middle of the function, the connection may not be closed and may cause a run time errors. Is there any way to check the status of the adodb connection?

  3. #3

    Default ADODB CONNECTION

    If this is a windows forms app, close your connection in a dispose subroutine. That way if the program gets closed, the disposing call will close the connection.

+ Reply to Thread

Similar Threads

  1. ADO connection
    By Guest.Visitor in forum Microsoft
    Replies: 6
    Last Post: 06-11-2003, 09:34 AM
  2. Modem connection vrs Telnet Connection
    By cwscholbe@dstsystems.com in forum System Administration
    Replies: 3
    Last Post: 08-17-2001, 07:42 AM
  3. Very TCP Connection
    By rkc@entrack.com in forum Application Software
    Replies: 4
    Last Post: 07-14-2000, 05:37 AM
  4. ado objet (adodb)
    By Guest.Visitor in forum Analysis
    Replies: 1
    Last Post: 05-31-2000, 03:23 AM
  5. 802.2 connection
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 02-22-1998, 07:03 PM

Posting Permissions

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