Help for this page
1 10 2 20
CREATE TABLE data_profile ( file BLOB NOT NULL )
connection stuff ... $dbh->do ( "INSERT INTO data_profile (file) VALUES (?)",undef,@array); $dbh->disconnect ();