Mario Frasca wrote: > Christoph Zwerschke wrote: >> I think the underlying connection is in some attribute. > > yes, I also expected it to be there, but I can't recognize it: > >>>> cr = connection.cursor() >>>> dir(cr) It's in the private __source attribute that is not visible with dir(). -- Chris