I have a database that has a Persons and a Customers table. The structure is:
Persons: - PersonID - etc... Customers: - CustomerID - PersonID - etc... I am using a mysql database. The PersonID is a foreign key field in the database. For lookup purposes, I want to create a customers bizobj that joins both tables by the PersonID field. My question is with new insertions. If I call bizobj.new(), I would like it to create a new entry in each table. Is that possible using the one bizobj in this configuration? Will the personID field be filled in the Customers table automatically? Right now I have 2 separate bizobjs but would like to condense it into one. Thanks. Nate L. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
