Hi !
I need to strore the content of a file in my database but I don't know how to do. I use Oracle8i and Java(JDBC). The files I would like to store can be large (more than 1Mo sometimes).
What type of field do I need to create in my table ?
And how to store the content of these files ?
(I try to read them and get their content into a String but I can't insert this String in my DB because the String is too long)
Have you have any idea ?
Thanx for your help.
Oliv'
I need to strore the content of a file in my database but I don't know how to do. I use Oracle8i and Java(JDBC). The files I would like to store can be large (more than 1Mo sometimes).
What type of field do I need to create in my table ?
And how to store the content of these files ?
(I try to read them and get their content into a String but I can't insert this String in my DB because the String is too long)
Have you have any idea ?
Thanx for your help.
Oliv'