On Tue, 2004-08-10 at 17:42, H.Merijn Brand wrote:
> On Tue 10 Aug 2004 00:52, Tim Bunce <[EMAIL PROTECTED]> wrote:
> > Comments welcome.
> > 
> > 
> > =head1 DBI ROAD-MAP
> > 
> > 9th August 2004
> > 
> > This document aims to provide a high level overview of the future direction of the 
> > DBI.
> > 
> > It outlines the broad categories of changes, along with some rational,
> > but does not go into implementation details and ignores many more
> > minor planned enhancements.  More details can be found in:
> > 
> >   http://svn.perl.org/modules/dbi/trunk/ToDo
> > 
> > (username guest, password guest)
> 
> Unsure if this is the right spot, but in writing the DBD I found the
> unidirection from handle to handle quite restrictive.
> 
> Statement handles know what database handle they belong to, but database
> handles don't know what statement handles are opened on them.

I had the same issues when adding the bulk-copy functionality to
DBD::Sybase. For now I'm storing a pointer to the imp_sth_t in the dbh
with the understanding that this is *only* used in that particular
situation - but it's not really satisfactory... :-)

Michael
-- 
Michael Peppler                              Data Migrations, Inc.
[EMAIL PROTECTED]                       http://www.peppler.org/
Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short
or long term contract positions - http://www.peppler.org/resume.html


Reply via email to