Hi all,
I have to insert a jpg image in a blob field.
The structure of table test is
co number(02),
im blob
I performed this command and it´s ok
insert into test values(1, empt_blob());
But I don´t know how can I perform insert a jpg image.
Please, give me a example.
Anyone can help me?
Valentin




Reply With Quote