<div dir="ltr">I don't understand why FreePascal users need SQLite while we already have ZMSQL. Basically ZMSQL acts more or less like sqLite. But ZMSQL doesn't need external library. Check it out at: <a href="http://wiki.freepascal.org/ZMSQL">http://wiki.freepascal.org/ZMSQL</a><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 18, 2015 at 4:28 PM, patspiper <span dir="ltr"><<a href="mailto:patspiper@gmail.com" target="_blank">patspiper@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On 17/02/15 21:50, Michael Van Canneyt wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
<br>
On Tue, 17 Feb 2015, Kostas Michalopoulos wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Sqlite can be very fast, but it needs the proper setup for that (which may not be<br>
relevant in all cases).<br>
<br>
Beyond that, Sqlite has a lot of high profile users (not to make a piss match, but i<br>
couldn't see any big users in Firebird's site and even those didn't seem to mention if<br>
it was embedded or client/server):<br>
<br>
<a href="https://www.sqlite.org/famous.html" target="_blank">https://www.sqlite.org/famous.<u></u>html</a><br>
<br>
There are other less known uses of course, like the Fossil VCS and AFAIK Apple also<br>
uses it for the time capsule and FS versioning.<br>
<br>
Honestly, i wouldn't put down Sqlite :-).<br>
</blockquote>
<br>
I would. Any database that allows you to store a string in a field that is declared as integer (as sqlite does), is out. It goes against the basic rules of the RDBMs: ACID. Period.<br>
<br>
If you ever encounter such a situation, the whole pascal db code simply goes 'poof'.<br>
If the table definition says 'integer', it should be an integer. if sqlite does not guarantee this (and it does not, it considers this a feature), it is out.<br>
<br>
I don't even understand that any pascal programmer (pascal being stronly typed) can consider such a system. But there are many things I don't understand :)<br>
</blockquote>
<br></span>
Is there any other free WinCE database engine?<br>
<br>
Stephano<div class=""><div class="h5"><br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">-Bee-<br><br></div>
</div></div>