Hi Folks

The docs for DBIx::Simple cleary warn about using the dbh() method to
get the db handle for use outside DBIx::Simple.

And yet, with CGI::Session, if I pass in a handle (returned from
DBIx::Simple or otherwise), I know CGI::Session will be doing queries
whenever it feels like it.

So, what to people do?

Use 2 handles, 1 via DBIx::Simple for all normal queries, and 1 via DBI
just for use with CGI::Session?

-- 
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html



#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to