On Tue, Jul 24, 2012 at 4:13 PM, Arbol One <[email protected]> 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
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
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