Re: [sqlite] Is it mandatory to use sqlite_encode_binary & sqlite_decode_binary to store data structures/images in blob fields

2012-07-16 Thread Richard Hipp
On Mon, Jul 16, 2012 at 10:46 AM, Tameezuddin wrote: > Hello there, > > I recently read a code project article wherein he has used above apis from > sqlite to encode and decode blob data. In my project, I have used the same > and exported the data to MS access to be used

[sqlite] Is it mandatory to use sqlite_encode_binary & sqlite_decode_binary to store data structures/images in blob fields

2012-07-16 Thread Tameezuddin
Hello there, I recently read a code project article wherein he has used above apis from sqlite to encode and decode blob data. In my project, I have used the same and exported the data to MS access to be used by a VB application. Guy who is testing the application were not able to decode the data