Hi All, I am facing a problem in downloading the image files (from internet) and writing the same to SQLite Database (blob Data).
1. I dont want to encode the binary data. I just want to write as it is. So that i can fetch the image data later and draw on my screen. 2. The image data has '00' after 4 bytes. So, only first 4 bytes are being written to Database as blob data. Please help me in overcoming these problems. I am using VC++ as the coding language. I am using SQLite 3 methods for the same. Any sample code is highly apreciated Thanks and Regards, Kishor Reddy