thanks, Justin.

I just read about the blob type.

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

>===== 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:
>>
>>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 unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



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

Reply via email to