Hi, I want to take advantage of a last modified field in my objects. I've created triggers to place the date in the table columns upon insert, but is there any way to:
A: Tell the repository to default these fields to GETDATE() without specifically new'ing Dates at object creation B: Even though the tables are referenced by a single primary key, can you get OJB to also reference the lastModified field as part of the object's identity? The only other option I'm thinking is to as soon as I store it, remove it. Any suggestions would be greatly appreciated! -Jacob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
