H
Hemant Shah
Folks,
I am having problem with my perl script that uses DBD:B2 and inserts
data into a table. I am trying to write a generic script that will
read table name, column name and data from a file and dynamically
build sql insert statement and insert data into the table.
The input file looks like:
tablename:col1,col2,col3
data1,data2,data3
data1,data2,data3
data1,data2,data3
I am having problem with my perl script that uses DBD:B2 and inserts
data into a table. I am trying to write a generic script that will
read table name, column name and data from a file and dynamically
build sql insert statement and insert data into the table.
The input file looks like:
tablename:col1,col2,col3
data1,data2,data3
data1,data2,data3
data1,data2,data3