Thanks Steve
The sqlite_error_string function used in sqlite versions 2 has been
omitted and replaced in sqlite version 3. Does anyone have any source
code they can send me on how and what replaces sqlite_error_string
function in version 3.? Also does anyone know of a link where I can
download source code that shows examples using sqlite version 3,
spefically version 3.0.7. It seems like all the function names got
change in sqlite version 3 so I have to go through alot of code that
used the functions name in sqlite version 2and make the changes.

