From: Arkadiusz W. <aw...@br...> - 2013-04-27 16:55:33
|
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 |