Re: [sqlite] Converting BLOB Data type to String

2009-04-02 Thread Igor Tandetnik
"SATISH" wrote in message news:49d4a5bc.0c636e0a.6f6d.4...@mx.google.com > I tried what u suggested me,I got a compiler error cannot convert > const void * to void* . Make it const void* data = sqlite3_column_blob(my_stmt, col_no); int size = sqlite3_column_bytes(my_stmt,

Re: [sqlite] Converting BLOB Data type to String

2009-04-02 Thread SATISH
) Regards, G.Satish -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Igor Tandetnik Sent: Thursday, April 02, 2009 4:57 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Converting BLOB Data type to String "SATISH"

Re: [sqlite] Converting BLOB Data type to String

2009-04-02 Thread Igor Tandetnik
"SATISH" wrote in message news:49d4529b.034c6e0a.2f1d.0...@mx.google.com >I have written a string into database by converting into "BLOB > Data Type".writing into database is Ok I got a problem when reading > from the database to read a blob from the database I am

Re: [sqlite] Converting BLOB Data type to String

2009-04-02 Thread SATISH
ite Database Subject: Re: [sqlite] Converting BLOB Data type to String Am 02.04.2009 um 07:45 schrieb SATISH: > Hello Buddies, > >I have written a string into database by converting into > "BLOB Data > Type".writing into database is Ok I got a problem when readin

Re: [sqlite] Converting BLOB Data type to String

2009-04-02 Thread Jens Miltner
Am 02.04.2009 um 07:45 schrieb SATISH: > Hello Buddies, > >I have written a string into database by converting into > "BLOB Data > Type".writing into database is Ok I got a problem when reading from > the > database to read a blob from the database I am using the function > "const