Hi Newsgroep,
I have next quastion
My WM5 appl connects with wifi connection to my firebird database (desktop)
the appl (vs2005) uses FirebirdSql.Data.FirebirdClient.dll

Now i wouyl like to run it on a WinCE device.
the code is listed below

string connectionString =
"Database=C:\\smartpos\\data\\smartpos_horeca_net.fdb;" +
"User=SYSDBA;" + "Password=masterkey;" +
"Dialect=3;Server=192.168.1.100";
IDbConnection dbcon = new FbConnection(connectionString);
dbcon.Open();

Can anyone tell me why this code fails?
as i mentioned the code works on WM5+ WM6

Any help is welcome

N. Karademir 



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to