Help for this page
... my $insert_clr_sql = "insert into colorimage_info (pid,color) values ( +?,?)"; ... $insert_clr_sth->execute( $npid, $color ); } ...
update colorimage_info set color_image=? where pid=? and color=?