Hello!

I try connect do Firebird database from Windows CE 5.2. I install
Microsoft Compact Framework 3.5 on PDA, and NETProvider-2.5.2-CF.

            String cs2 = "character set=UTF8;data
source=192.168.91.101;initial catalog=D:\\D\\P.FDB;user
id=SYSDBA;password=xxx";
            FbConnection fbc = new FbConnection();
            fbc.ConnectionString = cs2;
            fbc.Open();

Open command get error: {"MissingMethodException"}. Any idea?


w DeviceApplication3.Form1.button2_Click()
w System.Windows.Forms.Control.OnClick()
w System.Windows.Forms.Button.OnClick()
w System.Windows.Forms.ButtonBase.WnProc()
w System.Windows.Forms.Control._InternalWnProc()
w Microsoft.AGL.Forms.EVL.EnterMainLoop()
w System.Windows.Forms.Application.Run()
w DeviceApplication3.Program.Main()

-- 
Podrowienia
 Arkadiusz Widera


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to