Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Inserting a blob into Database

7 views
Skip to first unread message

jayen...@clubtech.co.za

unread,
Jan 22, 2009, 9:21:59 AM1/22/09
to
Need to insert miltiple blobs into the database workbench using
Firebird 2.
How do i do it?
I've tried...
INSERT INTO theTable
(id, blob_col)
VALUES
(42,{$blobfile=c:/data/image.bmp});

But firebird doesn't recognize the "=" to sign.
How must i go about doin it?

0 new messages