Re: [sqlite] CREATE TABLE $table_name (\%HASH)

2005-02-02 Thread Clark Christensen
--- [EMAIL PROTECTED] wrote: > > > > > Clark: > I ended up using the brute fore approach you suggested > with a small > variation. > Thank you for your feedback. Ah, yes, the trailing comma has bitten me more than once with looping string concatenation ;-) -Clark

Re: [sqlite] CREATE TABLE $table_name (\%HASH)

2005-02-02 Thread Uriel_Carrasquilla
om> cc: Subject: Re: [sqlite] CREATE TABLE $table_name (\%HASH)

Re: [sqlite] CREATE TABLE $table_name (\%HASH)

2005-02-02 Thread Clark Christensen
--- [EMAIL PROTECTED] wrote: > > > > > Question: > I have a perl %HASH that contains the column names and > type for the TABLE I > am trying to create. > HOW can I achieve such a task? > I have looked into SQL::Abastract DBIx::Simple and DBI > without any success. > > Regards, > >

[sqlite] CREATE TABLE $table_name (\%HASH)

2005-02-02 Thread Uriel_Carrasquilla
Question: I have a perl %HASH that contains the column names and type for the TABLE I am trying to create. HOW can I achieve such a task? I have looked into SQL::Abastract DBIx::Simple and DBI without any success. Regards, Uriel_Carrasquilla