saumitra121 has asked for the wisdom of the Perl Monks concerning the following question:
Then I am inserting some data in this db. Now I want to write this db on disk.$dbh = DBI->connect('dbi:SQLite:dbname=:memory:');
I am familiar with SQLite ATTACH database command, but i only know how to use it in SQLite shell. How can I do this in perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Transfer a in-memory SQLite database to disk
by dsheroh (Monsignor) on Jul 03, 2012 at 10:57 UTC | |
by saumitra121 (Novice) on Jul 03, 2012 at 12:59 UTC | |
by Anonymous Monk on Jul 03, 2012 at 11:04 UTC | |
|
Re: Transfer a in-memory SQLite database to disk
by Anonymous Monk on Jul 03, 2012 at 10:49 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |