A
Alberto Vera
I use win32com.client to create ADODB.Connection and ADODB.Recordset:
win32com.client.Dispatch('ADODB.Connection')
win32com.client.Dispatch('ADODB.Recordset')
I can connect to an access database and I can update it, but if I change the connection string to connect to Informix database, its values no refresh.
Do you know any bug using Python and Informix database?
Thanks.
win32com.client.Dispatch('ADODB.Connection')
win32com.client.Dispatch('ADODB.Recordset')
I can connect to an access database and I can update it, but if I change the connection string to connect to Informix database, its values no refresh.
Do you know any bug using Python and Informix database?
Thanks.