Apache::session and Apache::DBI Fixed -> Thanks for the help everyone

2000-07-12 Thread Chad Billigmeier
Thank you for helping me fix this. It is an integral part of a rearchitecture plan.   Chad Alan Prey   - Plead Anarchy, it worked for me. 

Apache::session and Apache::DBI::Oracle headaches part 2

2000-07-12 Thread Chad Billigmeier
Quite right...Commit does need to be enabled.  Here's the trick though... (code from the script making the connection through Apache::Session::Oracle tie %hash, 'Apache::Session::Oracle', $id, {  DataSource => 'dbi:Oracle:ensdev',  UserName   => '',  Password   =>

Apache::session and Apache::DBI::Oracle headaches

2000-07-11 Thread Chad Billigmeier
Having a bit of trouble getting apache::session to run with apache::DBI. Is this due to the fact that Oracle wants AutoCommit on and Apache::DBI has it off or is there some other magic that I am missing out on? Is anyone using Apache::Session with Apache::DBI???   The error_log reports find

Mod_perl Apache session and apache dbi working together

2000-07-10 Thread Chad Billigmeier
Will apache Session and apache dbi work together. I've them both on a Solaris machine (newest apache, newest mod_perl, newest session and newest DBI) and the server is not happy.   the error log complains about 'Already connected'  then 'object does not exist in the data store'. Yeah, the