On Tue, 2004-03-02 at 11:29, Andrew Piskorski wrote: > Hm, I'd forgotten about that. Tom, how did work on your ODBC/nssolid > driver for use with unixodbc go? And can you tell us something about > why using the nssolid driver code was a better starting point than > either nsodbc or Jerry Asher's odbc2 driver?
I wasn't aware of odbc2, but it sounds like it didn't work when you tried it. I'm not too interested in the bind var support from the pg driver. The database still thinks it is getting a different query each time, but it does eliminate the problem of sql smuggling. If it isn't too hard to add, sounds like you did it easily, I might have more trouble :), maybe that should be added. (Maybe it would be nice to somehow have the bind var code create a store procedure and handle things normally, eliminating extra calls at the tcl level to add the attributes) Anyway, I tested the nsunixodbc driver and it worked fine. tom jackson -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
