On Fri, Oct 11, 2013 at 3:02 AM, Deepika Sathawane <
deepika.sathaw...@igate.com> wrote:

>
> As per the help the database name is not the filename that contains the
> database but rather the symbolic name of the database that appears after
> the AS keyword when the database is connected using ATTACH<
> http://www.sqlite.org/lang_attach.html>. For the main database file, the
> database name is "main". For TEMP tables, the database name is "temp".
>
> How I can find the DB name from SQLite browser/Manager or SQLite function.
>

All valid DB names for your database connection are shown in the second
column of the output of "PRAGMA database_list;"

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to