I just thought I'd mention that we need to address selecting/saving 
binary data at some point. I can get my binary data selected just fine, 
but saving it back doesn't work because dabo builds the update statement 
instead of passing parameters to the backend. So when formatForQuery() 
tries to concatenate "updateStr" and the binary buffer, it fails, but 
then fails to handle the error because writing to the db activity log 
fails to print the field value (because it is binary data).

For now, I'm handling my needs by interacting with sqlite directly, as I 
don't have time to delve into this for Dabo right now. But I wanted to 
mention it.

I think we need to parameterize insert and update, which will get us 80% 
of the way there, so that should be the first step.

Ed, if you agree I'll make a Trac ticket.

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to