The sqlite_master table keeps the sql used to create the table automatically.
check out 
select * from sqlite_master;

On 4/14/05, Eric Bohlman <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I ended up creating a %dbh hash with $table as the index along with one
> > Operating System file for each table.
> > I was hoping there was a way not to create so many Operating System files
> > because of the extra Administration they require.
> > can you think of any way around this?
> > I read all my data from a log and I am creating multiple Tables based on
> > the content of the data in the log.
> 
> Each time you create a table, squirrel away the text of the INSERT
> statement (and any other table-related queries) by storing it in a hash
> keyed by the table name or the like.  Then, when you're done creating
> the tables, loop over the stored queries creating prepared sth's.
> 


-- 
---
You a Gamer? If you're near Kansas City:
Conquest 36
https://events.reddawn.net

The Castles of Dereth Calendar: a tour of the art and architecture of
Asheron's Call
http://www.lulu.com/content/77264

Reply via email to