A few months back I made a few changes to the nssolid module and called it, temporarily nsunixodbc.
I started playing around with this again last week and noticed that you cannot issue transactions over odbc via sql commands. You have to signal the start of a transaction by changing a connection parameter. Since this isn't supported in the ns_db api, I added them to the ns_odbc command: ns_odbc begintransaction $dbHandle ns_odbc committransaction $dbHandle ns_odbc rollbacktransaction $dbHandle The module is at http://zmbh.com/nsunixodbc/nu.tgz and compiles as nu.so, so there is no confusion, and until an accepted name can be chosen for the module. I have a gratuitous copy of XP now, so maybe I can see if it compiles on win. 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.
