Regarding:
....and added a column to a table.
then using the 3.0.8 sqlite3 went into the same database.
Did you
vacuum
(using 3.2.0) after adding the column? That's required if you want to
manipulate the database with older version 3 code.
Donald Griggs
Opinions are not necessarily those of Misys Healthcare Systems nor its board
of directors.

