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
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