Inserting the values in Internal BLOB [message #192519] |
Tue, 12 September 2006 13:09  |
rampratap
Messages: 50 Registered: November 2004 Location: New Delhi
|
Member |

|
|
Hi,
I have a table
blobdemo ( lobid number, file_info blob);
I wnt to insert data into to the table , my user is using ASP
his page looks like
UPLoadfile: ( path of filename) ( load button)
when click on "load button" the content of file passed are to be saved in to file_info column.
this file may be a photo file, pdf, text, bmp or any image file
can any one help how to insert such data in database.
Thanks
|
|
|
|