Julian Bui <[EMAIL PROTECTED]> wrote: > I can't seem to use fully qualified table names (dbName.tableName). > > For instance, I create a database file inventory.db, and create a > table food.
Database name has nothing to do with file name. The main database (one you open with sqlite3_open) is always named "main", and a temporary database is named "temp". In an ATTACH statement, you specify names for additional databases. Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users