On Fri, Jun 3, 2011 at 3:01 PM, Simon Slavin <[email protected]> wrote:
> However, there are ways to do many things the dot commands do. For instance,
>
> http://www.sqlite.org/pragma.html#pragma_database_list
Got it, Simon, this works:
set dblist [db1 eval {pragma database_list;}]
puts "----------------------------------------"
puts "$dblist"
puts "----------------------------------------"
----------------------------------------
0 main /home/kchristian/./tcl_interface.db
----------------------------------------
Thank you very much.
======Keith
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users