> Yes yes, of course i meant TT's DBI plugin, sorry about that. If this > plugin should use persistant connection by default (but not in my case), > then i at least know it supports it, now i can trace the problem better.
You can turn on debugging in Apache::DBI to get more information in the error log. > Ok, let's assume i don't use DBI plugin either, to keep code away from > template, then is there some other plugins which i can use from perl > directly to make my life with queries even a little bit easier? You mean a SQL abstraction layer? There are lots of them. It's not very hard to begin with though. You just do your DBI work and dump the results into a hash which you pass to process(). If you were using DBIx::Recordset with Embperl and liked it, you can continue to use that. - Perrin
