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
You should check the return values of bind_text and bind_blob and the step-call, print an error message when they fail.