I am going to begin writing an application all based off OOP and need to make sure I have a good foundation before I get started. Right now I am going to be having a class for all of the tables in the database that will handle all of the data. My problem arises when I want to join to tables in a query. Following OOP it seems to me that I would have to do two seperate querys to get my information(if it involves two tables) or outside of the class write a query to the data that will execute my query. I am hoping that someone can help me come up(or point me in a direction) with a solution that is better than the two that I have thought of. Any thoughts are appreciated.
Mike
mfg@idbainc.com