If I want to insert an image into the database, just use the following query:
INSERT INTO teste (Id_Blob,Na_Imagem) VALUES (1,LOAD_FILE("C://imagem.png"));
If I want to insert an image that is on another computer on the network, how does th...
asked by
18.06.2015 / 02:16