in reply to Re: Re: trying to understand (my)sql user rights/levels and advanced features
in thread trying to understand (my)sql user rights/levels and advanced features

i am wondering how to effectively use the functionality that comes with the object oriented approach such as inheritance

Reading the manual would seem a good starting point.

i was wondering if anyone has hints on how to use that functionality from the perl side... for example with Class::DBI..

Class::DBI is neutral as to the way the database represents tables, so you'd just reference the tables in the same way as normal. Whether Class::DBI is an appropriate base for your database work depends on the application.

  • Comment on Re^3: trying to understand (my)sql user rights/levels and advanced features