Subject | TIB_Script-2 |
---|---|
Author | Daniel Bertin |
Post date | 2002-02-20T05:02:23Z |
Hi all,
Another question, with TIB_script I create my tables and insert some data
into them with SQL insert
INSERT INTO AXLES (AXPOS, IDVEH)
VALUES(5,102);
is it possible to insert into a blob field, BMP images with insert?
Daniel
Another question, with TIB_script I create my tables and insert some data
into them with SQL insert
INSERT INTO AXLES (AXPOS, IDVEH)
VALUES(5,102);
is it possible to insert into a blob field, BMP images with insert?
Daniel