Simon Miner wrote: > > * Created a table called “page” in Oracle with the same structure as > the SqlLite version in the article. If it's like PostgreSQL, you need to make the primary key column a 'serial' instead of, say, integer (which SQLite seems to like). Phil