Error in access to Oralce from Symbol terminal

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
maverick
Posts: 2
Joined: Wed 18 Oct 2006 11:17

Error in access to Oralce from Symbol terminal

Post by maverick » Fri 20 Oct 2006 03:30

Please, can help me ...

I'm use:
OraDirect.NET component's;
Symbol terminal with Windows CE 4.2;
MS VS 2003;

When trying to access the data base to send the next error: "Network error: Could not find resousce assembly"


I'm use this code:

cs="User Id=system;Password=maverick;Data source=vsa;Port=1521;SID=my";
OracleConnection oc = new OracleConnection(cs);
try
{
oc.Open();
}
catch (OracleException ex)
{
MessageBox.Show(ex.Message);
}

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 23 Oct 2006 07:07

What version of Oracle do you have?

maverick
Posts: 2
Joined: Wed 18 Oct 2006 11:17

Post by maverick » Tue 24 Oct 2006 03:37

Sank you, all work!

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 24 Oct 2006 06:10

Not at all.

Post Reply