Hi all,

My table is like this:
professor(name, gender, bodyImage)

I am not sure if this is correct to set up the table:
create table professor (name char(10), gender char(10), bodyImage blob);

If it is correct, I was wondering how users are going to load images into the
database from the webpage we provide to them.

Thanks,

Alex



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to