Am Montag, den 21.07.2008, 13:23 -0600 schrieb Alexandro Colorado:
> Hi anyone  know the process to insert an image in database table?

I haven't done sth like that for vey long, but:

If you want to insert a file from disk to a field inside a database
table you have to use a stream IIRC.

Open the image using an XInputStream and hand that one over to
aConnection.Statement.setBinaryStream().

If you want to insert an image into your form having an image control,
double click the image control.

HTH,
Marc



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to