On Aug 13, 2009, at 5:30 AM, Otto Grunewald wrote:

> Hello,
> The following is what my code looks like :

> sqlite3 *db_handle;
> char* errmsg;
> char cStr(255);
>
> sqlite3_open(&db_handle);
>


sqlite3_open() takes two parameters.  Did you make a mistake in  
transcribing your code?


D. Richard Hipp
[email protected]



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to