> From: Neville Franks <sql...@surfulater.com> > Subject: Re: [sqlite] How do you guys use sqlite from C++? > I use a modified version of the C++ wrapper > http://www.codeproject.com/KB/database/CppSQLite.aspx
Apparently I did come up with an original idea. Because none of the wrappers from the archives are using variable argument lists. All these wrappers are basically doing the same thing, a very thin layer on top of SQlite. My goal for a wrapper was to allow, using only a single function call, all of the parameter binds and column values to get assigned. Having a separate function call to retrieve each column or bind each parameter isn't much better than straight SQLite (not that I'm complaining about SQLite, it rocks!). Hasn't anyone else used variable argument lists for binding parameters and what not? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users