Good Evening Dr. Hipp,

I'd like to request a small change to the web server for sqlite.org.

I was trying to get a project working today and stumbled a bit.
I think a change to the procedures would have helped me, and will help others.

I was using 3.14 and found out about the "goofy interface" problem
with sqiite3_step the
hard way. I didn't have permission to create files in the directory
where the database was
stored. I would receive a bogus "Can't open database" error every time
I tried to do an
operation that wrote to the database. It was trying to open the
journal file and couldn't
and was giving a misleading message.... but back to the point.

The API docs at   http://www.sqlite.org/capi3ref.html     on sqlite.org say:

"Simply substitute the less_goofy_sqlite3_step() call above for the
normal sqlite3_step() everywhere in your code, and you will always get
back the specific error code rather than a generic SQLITE_ERROR error
code."

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() ;

Can you possibly put a version specific copy of the API reference up
instead of just
a single page?   Each time you change it just clone the page and
change the new page
instead.

Thanks for your time!

Jay


--
SqliteImporter and SqliteReplicator: Command line utilities for Sqlite
http://www.reddawn.net/~jsprenkl/Sqlite

Cthulhu Bucks!
http://www.cthulhubucks.com

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to