> than 80 tables. I want to create the database in a batch-like 
> mode. What is 
> the best way to create tables? Using dbmcli with sql_execute 
> is a little bit 
> long-winded (you need to insert '/' and no comments allowed for the 
> fields..). Is it a better choice to use PERL? Are there samples?

Step 1: design a format you like (statement delimiter, comments)
Step 2: write a Perl or Python script to interpret this format
Step 3: add bells and whistles (include files, parameter substitution, ...)

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/

Reply via email to