Re: [Zope-DB] blobs and dtml-sqlvar

2007-06-04 Thread David Daniel Estévez Durey
Hello, First of all, if I am not in a mistake, your problem comes because of Zope and his Z SQL Methods, and the MySQLDBA Database Adapter (like other Database Adapters) can't fix it When I have problems like yours, I think the fastest choice is to use an ordinary tag and give your applica

[Zope-DB] blobs and dtml-sqlvar

2007-06-01 Thread e deleflie
All, I'm using MySQLDBA, and I've got a Z SQL Method like this: select * from myTable where someValue= The issue being that 'myValue' is actually a Hex value in a Blob column. The only types possible for dtml-sqlvar seem to be string and int (as far as I can tell). I noticed that when I use 't