> When running under mod_perl use Apache::DBI. Also you can create one
> DBIx::Database object at the start of your script and specify the !KeepOpen
> flag. Afterwards you give this Database object as !DataSource when you
> create a new Recordset object, or retrive the database handle via the method
> DBHdl to make a normal DBI query, update etc.

Thanks for your reply.

I have two concerns though. Can I use the same connection for _both_ DBI and
DBIx ? 
The other question is that my script is short-lived, with only one transaction
per instance. I would like to keep the database connection alive "always". Is
this a feature of Apache::DBI ?

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2582
Howitzvej 75               �ben 14.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 11.00-17.00       Web:      www.suse.dk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to