Hi, > Hi > > I have been trying to get a SQLite V2 pugin driver for Rekall working in > Windows, which was donated by one of our users. It includes a call to > sqlite_get_table_printf( m_sqlite, "SELECT sql FROM sqlite_master WHERE > name=%Q;", > &pResults, &rows, &cols, &err, ( const char* )oldName ); > which will not compile. It appears that the last parameter is wrong > (according to the compiler - Intell C++ V8.1). Since I don't have a copy > of > the SQLite V2 CAPI Reference, I am unable to correct this problem. > > I would be very grateful if somebody could tell me where I might find a > copy of the V2 CAPI. If it no longer exists and if some kind person still > has a copy, I would be grateful if that kind person would let me have a > copy I would be eternally grateful. If all else fails I would grateful if > somebody with much more experience of SQLite would help me overcome my > problem > > Thank you in advance.
http://www.sqlite.org/c_interface.html Ulrik -- Ulrik Petersen, Denmark

