Re: [sqlite] C++ - sqlite3_extended_result_codes(

2012-07-24 Thread Arbol One
Thanks everyone, I just wanted to be sure. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Richard Hipp Sent: Tuesday, July 24, 2012 4:16 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] C

Re: [sqlite] C++ - sqlite3_extended_result_codes(

2012-07-24 Thread Richard Hipp
On Tue, Jul 24, 2012 at 4:13 PM, Arbol One 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

Re: [sqlite] C++ - sqlite3_extended_result_codes(

2012-07-24 Thread Marc L. Allen
] On Behalf Of Arbol One Sent: Tuesday, July 24, 2012 4:13 PM To: SqLite Subject: [sqlite] C++ - sqlite3_extended_result_codes( 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

[sqlite] C++ - sqlite3_extended_result_codes(

2012-07-24 Thread Arbol One
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); TIA ___ sqlite-users