RE: Primary Key from Insert-For John

2004-03-18 Thread Glenn Barnard
Yep, you're in the exact same boat as I am with MS SQL Server. The platform class is loaded by PlatformFactory and it uses the following statement to name the class.: return "org.apache.ojb.broker.platforms.Platform" + pf.substring(0, 1).toUpperCase() + pf.substring(1) + "Impl"; where t

RE: Primary Key from Insert--FOR John M.

2004-03-17 Thread Glenn Barnard
John, you're needing to do pretty much exactly what I'm trying too. Just keep reading the thread. I won't quit till it's solved! I see you're using DB2. Are you also letting the DB assign a PK? I'm trying to use the PK assigned as the value for a FK in another table. I notice that with Oracle y