Re: create a table with an image item

2003-06-17 Thread gerald_clark
Since you are providing the web page, it depends on how you write the web page. This really isn't a MySQL question, is it? v7rg8 wrote: 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),

create a table with an image item

2003-06-17 Thread v7rg8
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