On Tue, Jul 24, 2012 at 4:13 PM, Arbol One <arbol...@gmail.com> wrote:

> I would like to turn on the extended result codes, however, the prototype
> below does not explain what the value for the second parameter should be.
>
> Can anybody help?
>
> int sqlite3_extended_result_codes(sqlite3*, int onoff);
>

zero means turn it off.  non-zero means turn it on.


>
>
>
> TIA
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to