C
carlos medina
hi all,
I am accessing to a informix database with oledb.net ( .net 1.0 sp 2 ), the last week all works very well !!! but this week, when my application try to connect to informix the application shows me this error:
"Invalid accesss to memory location"
this is the code to connect:
OleDbConnection oConn = null;
oConn = new OleDbConnection("Provider=Ifxoledbc;Password=pwd1;User ID=user1;Data Source=db@server");
oConn.Open(); // here is the error
somebody knows what happens ????
thanks in advanced !!!!!!
I am accessing to a informix database with oledb.net ( .net 1.0 sp 2 ), the last week all works very well !!! but this week, when my application try to connect to informix the application shows me this error:
"Invalid accesss to memory location"
this is the code to connect:
OleDbConnection oConn = null;
oConn = new OleDbConnection("Provider=Ifxoledbc;Password=pwd1;User ID=user1;Data Source=db@server");
oConn.Open(); // here is the error
somebody knows what happens ????
thanks in advanced !!!!!!