in reply to Re^3: Class::DBI weirdness sql error
in thread Class::DBI weirdness sql error
I'll concede that Class::DBI doesn't abstract the database perfectly. Not even close. But CDBI abstracts a database well enough to be extremely useful when used within its constraints. When I see someone suggesting otherwise, I feel compelled to respectfully object.
To keep the talk technical, It seems that your main complaint is that CDBI "gets in the way..." Whenever CDBI is getting in your way, you simply do a:
my $dbh = CDBI::SubClass->db_Main
and you are back to doing plain database calls. So at the very least, it is a very handy database connection manager.
Regards,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Class::DBI weirdness sql error
by JavaFan (Canon) on Mar 04, 2009 at 10:17 UTC |