http://qs321.pair.com?node_id=518912


in reply to Re^3: Tricks with DBI
in thread Tricks with DBI

I'm using Class::DBI in conjunction with Class::DBI::Sybase. When using these modules they default to using prepare_cached for every query, and there is not an easy way to make them NOT to cache. I got it to work but by changing the Class::DBI code, which isn't good... Is there a way to force no caching, perhaps in a connection attribute?