RE: sealectKey database abstraction

2008-08-12 Thread Niels Beekman
Use a properties file to specify the statements, and then include them from within the selectKey statement. There was a post about this a while back, but I can't find it. You could look in the documentation to see if there's any information about including properties. Niels ___

Re: sealectKey database abstraction

2008-08-12 Thread Tom Schindl
Why not using an XML-Entity and load different DTDs, this way you have your standard mapping files and only the small Entity thing is switched by including this or that DTD. Tom Ian Zabel schrieb: I'd suggest that you do your development against an Oracle 10g database. This really is the best

Re: sealectKey database abstraction

2008-08-12 Thread Ian Zabel
I'd suggest that you do your development against an Oracle 10g database. This really is the best solution. But, if that's not really an option, I guess you could maintain a separate set of sql maps for each DB. Or, maybe use Ant replacement variables for your build to swap out the correct s