we have clob and blob as datatypes in all forms of databases.i refer to mysql and the problem i am facing is
1) while creation of the table ,how to mention the datatype size..
i.e. name of the field : movie
datatype :blob
so how do i mention the size.
2)how do i insert into the database a movie file along with other values of respective fields using inser statements.?