Re: [sqlite] sqlite_blob

2006-09-18 Thread sandhya
:51 PM Subject: Re: [sqlite] sqlite_blob > Hello > > sandhya wrote: > > Hi, > > Is there any way of reading Blob data for the given no.of bytes? > > I mean is there any lseek kind of function call in sqlite to handle > > reading BLOB data. > > http://www.sqlit

Re: [sqlite] sqlite_blob

2006-09-18 Thread thomas . l
Hello sandhya wrote: > Hi, > Is there any way of reading Blob data for the given no.of bytes? > I mean is there any lseek kind of function call in sqlite to handle > reading BLOB data. http://www.sqlite.org/capi3ref.html says: "If the result is a BLOB then the sqlite3_column_bytes() routine retu

Re: [sqlite] sqlite_blob

2006-09-17 Thread Roger Binns
sandhya wrote: >Is there any way of reading Blob data for the given no.of bytes? > I mean is there any lseek kind of function call in sqlite to handle > reading BLOB data. This topic is covered fairly frequently - check the group archives. In general the advice is that if you have concerns

Re: [sqlite] sqlite_blob

2006-09-17 Thread sandhya
Hi, Is there any way of reading Blob data for the given no.of bytes? I mean is there any lseek kind of function call in sqlite to handle reading BLOB data. Thank you all, Sandhya R - To unsubscribe, send email to [

[sqlite] sqlite_blob

2006-09-17 Thread sandhya
Hi, Is there any way of reading Blob data for the given no.of bytes? I mean is there any lseek kind of function call here to handle BLOB data. Thank you all, Sandhya R - To unsubscribe, send email to [EMAIL PROTECTE