Require Driver : mysql-connector-java-5.0.8-bin.jar
Table Structure :
CREATE TABLE myImageFiles (
id int(11) NOT NULL auto_increment,
document blob
)
Table Structure :
CREATE TABLE myImageFiles (
id int(11) NOT NULL auto_increment,
document blob
)
No comments:
Post a Comment