Subject | RE: [Firebird-Architect] Inserting binary data via a script |
---|---|
Author | Claudio Valderrama C. |
Post date | 2005-06-24T06:48:29Z |
Martijn Tonies wrote:
the server to understand that, but just to be sure.
C.
>Is this request for server enhancement or isql enhancement? I guess you want
> 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.
the server to understand that, but just to be sure.
C.