access to informix

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 !!!!!!
 
V

Val Mazur

Hi carlos,

There is no magic. Did you change something in configuration of your PC or PC, which contains database? You may installed something, like new version of provider, which could lead to that situation

--
Val Mazur
Microsoft MVP
Check Virus Alert, stay updated
http://www.microsoft.com/security/incident/blast.asp


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 !!!!!!
 
C

carlos medina

thanks Val by reply me..... I found the error, but I don't have any idea of
how solution it.....

I have a Win32 application, when I click in a button and this button active
connection to the informix db all works fine.... but, if I implement a
System.Timers.Timer object, and put to the procedure to connect the informix
db execute each X time, the application shows the error:

"Invalid accesss to memory location"

maybe..... do you have some information that can help me ?????

thanks ......

ps. in asp.net shows the same problem......


Hi carlos,

There is no magic. Did you change something in configuration of your PC or
PC, which contains database? You may installed something, like new version
of provider, which could lead to that situation

--
Val Mazur
Microsoft MVP
Check Virus Alert, stay updated
http://www.microsoft.com/security/incident/blast.asp


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 !!!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top