<Kees Jongenburger:> > The current code as i wrote it is located here > http://carlit.mine.nu/~keesj/MMObjectBuilder.java > getNonByteArrayFields..
Looks essentially OK, but I propose some modifications: 1) Test for eiter DBSTATE_PERSISTENT or DBSTATE_SYSTEM, instead of just the first. This will get you all the fields you need, including otype. 2) Make the method protected instead of public. No need to add to the plethora of public methods in MMObjectBuilder. This method should not be available to code outside the builder classes. Besides, I think adding a public method would require a vote. Rob van Maris Senior Developer Finalist IT Group Java Specialists ------------------------------------------------------------- Amsterdam, The Netherlands Office: +31 20 5962321 (Direct) Mobile: +31 651444006 Fax: +31 20 5962331 -------------------------------------------------------------
