Subject | Inserting Blobs in SQL scripts |
---|---|
Author | Stefan Heymann |
Post date | 2008-10-10T12:49:05Z |
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
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