View Single Post
  #1  
Old 01-16-2010, 08:34 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Error: too many attached databases - max 0

When trying to use the "VACUUM" command on a SQLite database, I get this error. There are no open transactions. There are no databases attached (confirmed with a PRAGMA database_list)

PHP Code:
1 rows returned
|file                                                    |name|seq|
-------------------------------------------------------------------
|/
home/graal/developer/accounts/cbk1994/databases/main.db|    |0  | 
__________________
Reply With Quote