... 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...
The behavior seems the right one from SimpleORM. In that second while block you detach your object from the connection and incidently the cache. Upon the next...
Thanks Sylvain ! Now I understand my stupid error... As for the use of newQuery and so, thanks for the tip. In fact this is very early proof of concept, and ...
SimpleORM was just downloaded today. I'm running the build script with ant. The following error is given: For my DBMS, it appears that when FOR UPDATE is used...
Steve Swett
sswett@...
Dec 15, 2005 12:04 am
1260
Hi there, welcome. The answer is easy just develop your own SimpleORM driver. Just look at SDriver and its subclasses. ... with ant. ... specifying ... column ...
Why dont you post your changes so that we can all benefit from it? If you need help debuging the SDriver code we can help ya to it. Alternatively you can build...
Thanks for reaching out to me. I haven't made any changes to anything. I was just running the standard build routine directly after installation. I didn't...
Steve Swett
sswett@...
Dec 16, 2005 2:20 pm
1265
I ran the build, with no parameters, with ant, against a version 5.0.16 mySQL database and a version 3.1.12 mySQL JDBC driver and received the following...
Steve Swett
sswett@...
Dec 17, 2005 1:24 am
1266
Steve I don't think you need to do anything to use SimpleORM with MySQL. Just don't use the data types that don't work. There are some other minor problems....