> --- Leif Jensen <[EMAIL PROTECTED]> wrote: > > I thought about the "fake" library myself > > even though our project is more like 20 - 30k lines, but I'm not sure > > how bad it would be.
Another easy way to embed is to use embedded C/C++ Ch. All sqlite APIs are already supported in Ch and they can run in C/C++ interpreter Ch without compilation. You can use embedded Ch and then call all sqlite APIs. Ch Sqlite is open source and freely available from http://chsqlite.sourceforge.net/ More about Embedded Ch can be found at: http://www.softintegration.com/products/sdk/embedch/ http://www.softintegration.com/support/faq/embed.html http://www.softintegration.com/solution/embedded/ Peter > May not be worth the hassle given the size of your project. > > Since you're using C, consider rewriting your code using TrollTech's Qt > library so you could hook up any database for which they've written a driver. > There may be other multi-database libraries for C/C++. > ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------