Am 14.10.2006 um 04:40 schrieb Jay Sprenkle:

The problem is that the function:  less_goofy_sqlite3_step();   does
not exist in version 3.1.14.
Nor does the function:  sqlite3_extended_result_codes() ;

Mybe you should clean your glasses ;-)
the less_goofy_sqlite3_step() function is printed in the doc right in the sqlite3_step() topic.

and there is this sentence:
In an effort to address this, newer versions of SQLite (version 3.3.8 and later) include support for additional result codes that provide more detailed information about errors. The extended result codes are enabled (or disabled) for each database connection using the sqlite3_extended_result_codes() API.

please notice the version 3.3.8 or later statement.

regards
gunnar

Reply via email to