I use NetCF 2.0 and Finisar.SQLite wrapper (SQLLite version 3).
What is your opinion on this database? Is it stable? I do some tests and
it looks ok. Faster than SQL CE, smaller output file, no installation
needed. Do you have expirience on this database?
I need something with small footprint (32MB RAM device) and of course
as fast as possible. If you know something worth to reccomend please
give me information. I will be thankful.
--
Best regards,
Klaudiusz
Hi,
I have been working with SQLite for Compact Framework 2.0 for a long
time (more than a year) and it runs very well. I think SQLite is a good
option for non-shared databases.
Do you know SQLite Database Browser? A very useful tool for programmers
who use SQLite...
Bye!
Pete
-peter
SQLite seems very interesting based on this thread. Is it generally
faster than SQL CE when using normal SQL queries or is it even faster
than SQL CE using the TableDirect cursor operations (does it have an
equivalent feature)? I find the cursor operations in SQL CE to be
very fast.
Thanks for any response.
- Jin
http://sqlite.phxsoftware.com/forums/t/175.aspx (.NET data provider, SQLite
and Sql Server Mobile Edition 3.0)
http://sqlite.phxsoftware.com/forums/t/174.aspx (.NET data provider, desktop
databases)
http://www.sqlite.org/cvstrac/wiki?p=SpeedComparison (Native interface,
desktop databases)
-peter
can u help me pls...
Thanks in advance...
From http://www.developmentnow.com/g/18_2007_12_0_0_1038905/SQLite-and-NetCF.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
Paul T.
"Manoj Jayswal" <meet.j...@gmail.com> wrote in message
news:3f00a6cd-07a4-4950...@developmentnow.com...
SQLite.Interop.060.DLL use pinvoke of Windows CE(core.dll ,native code).
And when you package your app in a CAB file remember to add the content
files
--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com
"Lobezno" <Lob...@discussions.microsoft.com> wrote in message
news:74E9CC52-E53E-4E98...@microsoft.com...