[sqlite] How to unsubscribe from this maillist ?

2006-04-01 Thread z-axis
thanks

[sqlite] Installation with no root access

2006-04-01 Thread Justin Adie
i use a host which has not compiled php5 with sqlite. i have no telnet or ssh access but I can use the php eval and shellexec commands to do things on the server side. for example, I am able to compile sqlite on the server (so it seems at any rate). i can't work out how to get php working wit

Re: [sqlite] Question regarding schema change error

2006-04-01 Thread drh
"Andrew Shakinovsky" <[EMAIL PROTECTED]> wrote: > According to the docs, I am asked to finalize the > statement [after SQLITE_SCHEMA], and re-prepare it. Unfortunately > this doesn't fit nicely into my architecture. It is easy to put wrappers around sqlite3_prepare(), sqlite3_step(), and sqlite3_