inserting picture in database [message #80217] |
Mon, 26 August 2002 01:08 |
vinesh gupta
Messages: 4 Registered: August 2002
|
Junior Member |
|
|
i am having problem in inserting picture in database at runtime in form6.i dynamically i will be thankfull to you if you solve my proplem urgentall.
|
|
|
Re: inserting picture in database [message #80233 is a reply to message #80217] |
Wed, 28 August 2002 02:27 |
Yuvraj Thapa
Messages: 28 Registered: May 2001
|
Junior Member |
|
|
Dear vinesh,
put image item in the form and set the property as the database field (normally blob).
write one trigger to read image file from disk using
read_image_file function and commit the transaction.
Regards,
Yuvraj
|
|
|