lost connection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alberto Vera

    lost connection

    Hello:
    I use these lines to connect to a database:

    conn = win32com.client .Dispatch('ADOD B.Connection')
    conn.Open('Prov ider...)

    But I have a problem: If I unplug the wire(network) then I can't make anything to a database.

    I thought the conn.State has changed but allways has the same value of 1.

    Do you think is it a bug on Python?

    Thanks



Working...