FW: [sqlite] Reading Blob data using Perl

2007-10-16 Thread Brian Rowlands (Greymouth High School)
ent: Wednesday, 17 October 2007 3:07 p.m. To: sqlite-users@sqlite.org Subject: Re: [sqlite] Reading Blob data using Perl can't help you all the way, but below are a few comments -- On 10/16/07, Brian Rowlands (Greymouth High School) <[EMAIL PROTECTED]> wrote: > Hi > I'm hoping someone can

Re: [sqlite] Reading Blob data using Perl

2007-10-16 Thread P Kishor
can't help you all the way, but below are a few comments -- On 10/16/07, Brian Rowlands (Greymouth High School) <[EMAIL PROTECTED]> wrote: > Hi > I'm hoping someone can help me explain how to fix a problem I have with > reading a Blob field from a SQLite DB using Perl. My long term aim is to >

[sqlite] Reading Blob data using Perl

2007-10-16 Thread Brian Rowlands (Greymouth High School)
Hi I'm hoping someone can help me explain how to fix a problem I have with reading a Blob field from a SQLite DB using Perl. My long term aim is to not save it to a file but use it within my application and store it as a label bitmap. However, first things first. This code reads the Blob but when