Insert into test (imgs) values
(FILETOBLOB('"& fimg &"', 'client'))
이런식으로넣을려는데요. 저장이 안되네요.
답변 감사합니다.
이걸로는 이해가 되지 않네요.
Insert into table (a) values
(Filetoblob('"& img1 &"', 'client'))") "
Dbcon.execute iptsql
이렇게하면.
General error 이런 에러가 납니다.
에러줄은 dbcon. Execute iptsql
여기 입니다. 딱히 에러날만한게 없는데 나네요.
답변 부탁드립니다.