Subject Inserting blobs
Author ing. Thijs Kuperus
Hi there,

I was wondering if anybody knows a quick way of inserting blobs into a
table.

I noticed it's not possible to insert the blobs using a normal
INSERT INTO query.. Something bout a blob cursor that's missing.. So my work
around is to use the append on a IBOQuery... but it makes something like
batch inserts a hassle...

Anyone?

Thijs