Re: [Objectbridge-developers] AW: [Fwd: ObjectBridge with Oracle]
Brought to you by:
thma
From: Dirk O. <di...@xa...> - 2001-08-15 18:50:06
|
> Hallo Sascha, > > Thanks for you Code snippet. > I managed to get Oracle 8i and DB2 running on my machine. Now I am working on OJB > compatibility to DB2 and Oracle. This will > include also the OJB internal database schema and all testcases. > > I hope to get things finished this week ! ... just a sidenote from my experiences using OJB with FrontBase: I would love to have a mechanism to be able to control the way the framework generates the SQL. All we need is basically there in the SqlGenerator class. I would imagine a configuration parameter in the mapping .xml file that allows me to specify the subclass of SqlGenerator that the framework would use in conjunction with my database. This way I could have the framework do most of the work generating SQL for me and I'd just overwrite the methods that I need in order to make everything work with the database of my choice. In my special case it was the method quote() which is currently disabled but had to be enabled for my case. -dirk |