> (sql:select db "SELECT (*) FROM sqlite_master") The syntax is wrong. It should have been: SELECT * FROM sqlite_master Horrible error message though. -- Jens Axel Søgaard