Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-28 Thread Joe Mistachkin
Anand Shah wrote: > > DeviceApplication1.exe > NullReferenceException > at DeviceApplication1.Form1.Button1_Click()\par > at System.Windows.Forms.Control.OnClick()\par > at System.Windows.Forms.Button.OnClick()\par > at System.Windows.Forms.ButtonBase.WnProc()\par > at

Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-28 Thread Anand Shah
files in my vs project? -- View this message in context: http://sqlite.1065341.n5.nabble.com/Sqlite-on-windows-ce-5-0-Emulator-tp67313p67340.html Sent from the SQLite mailing list archive at Nabble.com. ___ sqlite-users mailing list sqlite-users

Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-27 Thread Joe Mistachkin
Anand Shah wrote: > > I am able to run application successfully developed with vs2005 .net CF 2.0 > on my local windows embedded ce 6.0 machine. I am trying to deploy this > application to windows emulator ce 5.0 as a device application and it also > gets deployed successfully but when any event

[sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-27 Thread Anand Shah
it is raising errors. I am using SQLite-1.0.66.0-binaries. Please advice. -- View this message in context: http://sqlite.1065341.n5.nabble.com/Sqlite-on-windows-ce-5-0-Emulator-tp67313.html Sent from the SQLite mailing list archive at Nabble.com

Re: [sqlite] SQLite for Windows CE

2004-10-15 Thread John Oliva
I am also interested in synchronizing SQLite databases. As far as I am aware, there is no support in the SQLite code for the tasks required to synchronize multiple databases. You would need meta-data indicating whether data has been added/deleted/modified along with either timestamps or update

[sqlite] SQLite for Windows CE

2004-10-15 Thread Stober, Mel
Does anyone know how to synchronize the data on the WinCE device with a database on a server computer? I'm just testing the feasibility of using SQLite for our projects that run under wireless WinCE 3.0 device. The primary database is a Sybase database server running on Sun workstations. The