http://qs321.pair.com?node_id=1167880


in reply to Re: Can't Insert Data To Multiple Table With DBI::Mysql
in thread Can't Insert Data To Multiple Table With DBI::Mysql [SOLVED]

i'm sorry before, cuz i'm late repy ur comment. i have fix it the problems :).

yup i have query insert for 3 tables, and i'm just use conditional statement to manipulate the process one by one :)

because we can't do like "INSERT into table1, table2, table3 ( table1.col_x, table2.col_y, table3_col_z ) values (?,?,?)".

#cheer ^_^
  • Comment on Re^2: Can't Insert Data To Multiple Table With DBI::Mysql