Subject RE: [Firebird-Architect] Inserting binary data via a script
Author Claudio Valderrama C.
Martijn Tonies wrote:
>
> CREATE TABLE mytable
> ( I Integer,
> B BLOB);
>
> COMMIT;
>
> INSERT INTO mytable (I, B) VALUES (1, 0xAE01498921);
>
> INSERT INTO mytable (I, B) VALUES (1, 0x000060000060000080);
>
> etc...
>
> This would insert a blob with each byte written as a hex value. The
> "0x......" would be the blob.

Is this request for server enhancement or isql enhancement? I guess you want
the server to understand that, but just to be sure.

C.