[Chicken-users] Inserting Binary Data with sql-de-lite

2015-06-22 Thread Andy Bennett
Hi, I'm using a parameterized statement to insert binary data into sql-de-lite (0.6.6) on CHICKEN 4.10rc1. When I call sql-de-lite's exec procedure I get: - Error: (##sys#make-c-string) cannot represent string with NUL bytes as C string: ��\x00... ... Call history:

Re: [Chicken-users] Inserting Binary Data with sql-de-lite

2015-06-22 Thread Jim Ursetto
Andy, What if you convert the string to a blob before passing it in? Jim On Jun 22, 2015, at 12:16, Andy Bennett andy...@ashurst.eu.org wrote: Hi, I'm using a parameterized statement to insert binary data into sql-de-lite (0.6.6) on CHICKEN 4.10rc1. When I call sql-de-lite's exec