Subject TIB_Script-2
Author Daniel Bertin
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