[23-06-2005 21:32, Robert P. J. Day escreveu]
On Thu, 23 Jun 2005, Brass Tilde wrote:
If you look on SourceForge, there is a project called
adodotnetsqlite, http://sourceforge.net/projects/adodotnetsqlite/,
and the programmers there have mentioned a version of SQLite
compiled for handheld platforms.  I know that they use a version of
that for the .NET provider they are writing.

ok, i just took a quick look there and, personally, there's just a wee
bit too much ".vcl" and ".vcp" and ".net" and so forth for my comfort
level. :-P  i'll take a shot at the full sqlite and see where that
takes me, but i'll keep the alternative in mind.  thanks.

The code they use is from http://sqlite-wince.sf.net
But I don't know if that helps you as it's a windows API thing.

It could give you some ideas on what you need to do the port, and the
patch is done so that the same source can be used on other systems (like
linux & Windows).

I think the only advantage is that it's all pre-processed code, so you
don't need to run the lemon parser to generate some files, etc. (but you
can get the same thing by downloading the pre-processed source from the
sqlite site).


Regards,
~Nuno Lucas

Reply via email to