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
them.
Thanks,
Alex
>= Original Message From Justin Scheiber <[EMAIL PROTECTED]> =
>Well, for the image type at least, the blob type would be appropriate.
>
>-justin
>
>v7rg8 wrote:
>
>>Hi all,
>>
>>my table is like this:
>>
>>profe
Hi all,
my table is like this:
professor (name, gender, bodyImage)
Could anyone guide me how to deal with this image type data?
Another question is how to implement "weak entity" in mysql.
Thanks,
Alex
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubs