On Mon, 2004-04-26 at 11:48, Dossy wrote: > What's funny is if you only implement DbFn_Exec and not DbFn_Select and > DbFn_DML, the DB API will call the DbFn_Exec when you try [ns_db select] > and [ns_db dml] -- it's clever that way. > I noticed the same thing when trying to figure out if it was possible to implement ns_db open/close. I'm working on a tcl level compatibility layer which only uses ns_db exec/bindrow, completely avoiding select, 1row, 0or1row, and dml, but adding in transaction support. The layer looks something like the sp API.
> Implementing DbFn_DbType is trivial. :-) > 3) Transaction support. Trivial change to nsodbc. The only thing non-trivial is the time involved in doing it. 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.
