Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to load an image into a BLOB in VBA
zorro wrote:
> How could I create a VBA procedure to read and insert these images into
> TMP_IMG ?
Denis, that's a question best asked in one of the Visual Basic programming
Usenet groups.
The simplest method would be using a record set and bound data controls. Personally, I dislike the idea of using that feature (in Delphi or VB) as the control generates its own SQL to interact with the database. However, if performance and the like are not key issues, you can easlily get away with using data controls.
-- BillyReceived on Wed Jan 29 2003 - 05:42:35 CST
![]() |
![]() |