> Does anyone know of any tools that are either open source or reasonably > priced (less then 600 USD) for mapping SQLite to C++? > > Sam
[Sherief N. Farouk] No tools that I know of, but I have a small bunch of classes that I wrote to wrap sqlite3 objects, in order to make some things easier (like not having to remember to close() the DB object at every single return statement), all of which are convertible to the underlying sqlite types for interoperability with the native API. If someone's interested, I could arrange for a BSD release. - Sherief _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users