in reply to Re^2: how could i insert data from a file to oracle database
in thread how could i insert data from a file to oracle database
Anyway, DBI generally allows only one statement per do or prepare.
So you have to break it up into statements, for example with a SQL Parser
|
|---|