Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to load an image into a BLOB in VBA

Re: How to load an image into a BLOB in VBA

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Wed, 29 Jan 2003 11:42:35 +0000
Message-ID: <b187mr$1re$1@ctb-nnrp2.saix.net>


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.

--
Billy
Received on Wed Jan 29 2003 - 05:42:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US