Hi all,
I would like to create a Data Access Layer for my PB application; it would need at least 3 (little) objects for each database table. Since my database has about 200 tables, what would you suggest:
- create a single pbl with 600 objects;
- create 200 pbls, one for each table, with 3 objects each;
- create 3 pbls, one for each kind of object, so I'd have 200 objects per PBL;
- other better ideas? :D
Thank you much,
Luca