store images into sqlite database

后端 未结 4 1719
既然无缘
既然无缘 2021-01-24 08:08

Below is my code to store images in the sqlite database. When I used it to store values it works and now I\'m trying to store images in sqlite database. I don\'t know what I\'m

4条回答
  •  伪装坚强ぢ
    2021-01-24 08:22

    You should check the return values of bind_text and bind_blob and the step-call, print an error message when they fail.

提交回复
热议问题