SanjayK <[EMAIL PROTECTED]> wrote: > I am puzzled as to why the prepared > statements should be affected if an unrelated new table is created. >
SQLite has no way of knowing that the table you created, modified, or dropped does not effect existing prepared statement - no way that is other than preparing them again and comparing the results. -- D. Richard Hipp <[EMAIL PROTECTED]>

