Dear java ppl http://www.studyjava.org is meant for getting together all Java people, to share their knowledge and ideas , to help each other and explore...
Hi all, is there a way to detach a whole SResultSet ? What I want to do is detach a record instance and all of its children... I know SimpleOrm does not...
java jobs http://net4jobs.com/ fwd to all __________________________________________________________ Yahoo! India Matrimony: Find your partner now. Go...
Hello Franck, Sounds like you are doing interesting things with Baracuda. If you produde a simple example I would be interested to see it. I re-read the...
Anthony & Melissa Ber...
berglas@...
Oct 17, 2005 9:25 am
1232
Hi, I'm sorry I've been so long to respond... quite busy these times :-) ... Ok, here is the raw sketch : 1) MyDataObject extends SRecordInstance 2) set up...
Hello Franck, You are doing the sort of thing that I had in mind. Map data fields directly to ui fields and avoid a lot of book keeping code. I should really...
Anthony & Melissa Ber...
berglas@...
Nov 1, 2005 4:45 am
1236
If performance is really a problem then you could have one loop that retrieves the Fipies and a second top level loop that retrieves all the lines, ie. just...
Anthony & Melissa Ber...
berglas@...
Nov 1, 2005 5:02 am
1237
... Well, I used to getArrayList(), but then I need a way to detach it, or else I will end up iterating over it just to detach. Or is their a way to detach a...
Hello! Do check the website of the week by visiting http://newwebsitepick.info . The website also says how you can nomiate your website if you have one. ...
Yo all, long time no see. A concrete example : Invoice (header) and Invoice Item (each of the items invoiced) In short, for each invoice there is many invoice...
Hi everyone, I stumbled into simpleORM after doing a bit of googling and it has drawn my interest, sounds like a useful product. However, I can't seem to be...
Hello Frank, As well as adding SFieldChildren like classes, you can add SProperties to existing objects. SFieldMeta and SRecordMeta both have a hash map of...
Anthony & Melissa Ber...
berglas@...
Nov 20, 2005 8:58 am
1245
Hello Sylvain, Yes, I'd agree with what you have said. Anthony ... EMail: berglas@... +61 7 3369 4065 (Australian Eastern Standard Time) ...
Anthony & Melissa Ber...
berglas@...
Nov 20, 2005 9:00 am
1246
Hi, I watn to use HSQLDB In-Process (Standalone) Mode and run into problems with SimpleORM. When I flush() or commit() some modified objects, the database does...
Hello! How can I use two (or more) 'SDataSource's at the same time? My application uses two different databases (e.g. AS/400 DB and MS SQL). I read about...
Hi, following Sylvain and Anthony advices, I reworked my data access class to minimize databases roundtrips. But I encounter problems when trying to work on...
Hi, I have added an = test on the object, that confirms that the first time, [Fipie 2] that getReference returns is the same as the one retrieved by the first...
Hello, Yes, you would have to use detachWithoutClosing. The SimpleORM API is optimized for the normal case, which is a single database. The good news is that...
Anthony & Melissa Ber...
berglas@...
Dec 11, 2005 2:46 am
1255
Well I just got engaged! Can't believe it, just last year I was beginning to think I'd never meet someone. I'm already 25 and I thought it was all over. After...
ziggy.millam8321@...
Dec 12, 2005 12:59 pm
1256
... MySQL 4.1 fails a few other DataTypesTest tests too. TestUte.assertTrue(dt.getObject(DataTypes.NAME).toString().equals("Trailing ")); actually returns...