[libdbi-users] sqlite and binary

2010-12-23 Thread markus . hoenicka
Vikram Ambrose writes: > I can't seem to get BLOBs to work with SQLite. > > Here is some test code. > http://en.pastebin.ca/2026862 > > Output on my machine is; > > dbi_conn_connect: rv = 0: > data = ERROR > > What am I doing wrong? Probably nothing, at least not in your own code. Y

Re: [libdbi-users] sqlite and binary

2010-12-23 Thread Vikram Ambrose
On 12/23/2010 02:35 PM, markus.hoeni...@mhoenicka.de wrote: > Vikram Ambrose writes: > > I can't seem to get BLOBs to work with SQLite. > > > > Here is some test code. > > http://en.pastebin.ca/2026862 > > > > Output on my machine is; > > > > dbi_conn_connect: rv = 0: > > da