Subject Inserting Blobs in SQL scripts
Author Stefan Heymann
I expect the answer to be NO, but I want to try anyway (Firebird
has its surprises from time to time):

Is there a way to insert Blob data via a script command. Something
like a way to insert a base64 string as a blob?

INSERT INTO MYTABLE (ID, BLOBFIELD) VALUES (1, <base64 here>);

Is that possible?

Regards

Stefan