Header files needed for DBD::Oracle

2005-05-02 Thread Rob Kinyon
http://www.perlmonks.org/?node_id=321104 contains a list of all header files needed in addition to the standard 9.2 client install. It might be useful as part of the DBD::Oracle documentation. Thanks, Rob

Re: [cgiapp] "Best free DB for a web-based Perl app" response results...

2005-12-01 Thread Rob Kinyon
> > I would just like to note that speed and reliability are largely > dependent on the transaction profile of your application. If your > application is read heavy, MySQL is a sound choice. However if your > application consists mostly of database writes, PostgreSQL's MVCC [1] > architecture and

DBD::Multiplex and $dbh->{AutoCommit}

2006-06-22 Thread Rob Kinyon
All - I'm working on a rather large patch to DBD::Multiplex to make it work correctly with a master/slave setup and transactions. In the tests I've written, I've run into a very odd situation. I'm attempting to trace what happens when $dbh->{AutoCommit} is executed. But, DBD::Multiplex::db::FE