On 2001.04.29, Jerry Asher <[EMAIL PROTECTED]> wrote:
> I would like to change the behavior of my database driver on a per pool level.

Using Ns_DbHandle->context seems like a good place for it.  Define your
own private data structure, document it, then at runtime allocate
memory for it and save a pointer to it in Ns_DbHandle->context.

I'm pretty sure that's exactly what that's for.  For a while I
was using *context for some stuff in the nsmysql driver, but I
found ways around that.

- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/

Reply via email to