On 3/9/2015 1:31 PM, reddy ykk wrote: > I am getting the bytes till NULL terminated string is present.
How exactly do you determine that? You aren't using strcpy or similar on those bytes, are you? I suggest you show your code that calls sqlite3_column_blob, and especially what you do afterwards with the pointer it returns. Also, do you eyeball the value in the debugger? The debugger would assume that a variable of type char* points to a NUL-terminated string, and display it as such. -- Igor Tandetnik