Page 1 of 1

Error in access to Oralce from Symbol terminal

Posted: Fri 20 Oct 2006 03:30
by maverick
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);
}

Posted: Mon 23 Oct 2006 07:07
by Alexey
What version of Oracle do you have?

Posted: Tue 24 Oct 2006 03:37
by maverick
Sank you, all work!

Posted: Tue 24 Oct 2006 06:10
by Alexey
Not at all.