> Will the [SQLite 3] API change much? What do you think -> do we need to rewrite much code > if we use the function with the callback method?
>From what I can see, the SQLite 3 proposal does not commit to keeping the sqlite_exec() function. >>If you want to move to version 3, the API will >>be very similar, but there will be a few differences. >>You will not need to change much code, I don't think, >>to move from version 2 to version 3. Christian may want to look at CppSQLite. I plan to make a version available for SQLite 3, and from what I can see so far, the new API will be an excellent fit with the existing CppSQLite classes, which I hope to keep compatible with existing CppSQLite when the time comes. Cheers, Rob. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]