snip 8<


It creates table 'employees', but can't do insert in this table. What is
wrong?!
If this table is create and populate will be recognize by Oracle, SQL
as SQL table, or I have to use DBD::Oracle? 
Thanks for any help!

Livia


The DBD::CSV module actually just creates another .csv file, but with column headings.
In order for it to be recognized by Oracle, it must be in an Oracle Database, and for
that, yes you must use DBD::Oracle..

Reply via email to