How to access a picture from database(oracle) into VB Form and to store back to database.

Showing Answers 1 - 2 of 2 Answers

bantisk

  • Jan 19th, 2006
 

you need to create a BLOB field in oracle and in VB open the photo file in binary and use the record sources AppendChunk method to store binary data to BLOB field.and to access the photo from DB use the recordsources GetChunk method.If u require source mail me at Dinesh.S.Kulkarni@gmail.com its Free.

  Was this answer useful?  Yes

kamesh

  • Jul 28th, 2006
 

dear sir,

How to access a picture from database(oracle)...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions