Otto Grunewald wrote: > When an error message is returned by sqlite3_exec the documentation > states that you have to call sqlite3_free (sqlite3_free(void*)). > > My question is the following: > > Where do I get the void pointer from?
You do sqlite3_free(errmsg), of course. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

