Subject | Inserting blobs |
---|---|
Author | ing. Thijs Kuperus |
Post date | 2001-01-23T16:20:21Z |
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
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