Search the web
Sign In
New User? Sign Up
SimpleORM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1237 - 1266 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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...
Franck Routier
routier_franck
Offline Send Email
Nov 2, 2005
4:22 pm
1238
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. ...
Kathy S
kathy_tn93
Offline Send Email
Nov 9, 2005
2:39 pm
1239
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...
sylvainhamel
Offline Send Email
Nov 9, 2005
8:06 pm
1240
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...
aco_trebinje
Offline Send Email
Nov 14, 2005
5:02 am
1241
It should work. Maybe in the yahoo group / files section. /Phil...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Nov 14, 2005
6:36 am
1242
The download folder listing has broken, so use the following URL to get the current version ...
Anthony & Melissa Ber...
berglas@...
Send Email
Nov 14, 2005
6:44 am
1243
I am running the ColumnCacheTest using MySQL. I am getting the following error messages: 3.TestCon -Begun Connection [SConnection 3_TestCon: ...
ytcui2001
Offline Send Email
Nov 17, 2005
4:32 pm
1244
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@...
Send Email
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@...
Send Email
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...
gentoolz
Offline Send Email
Nov 23, 2005
3:45 am
1247
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...
gpummer
Offline Send Email
Nov 30, 2005
3:15 pm
1248
I got this one too any help I am new to simpleorm is it possible to use it with mysql...
s_petrovi
Offline Send Email
Dec 1, 2005
4:37 pm
1249
I got this one too any help I am new to simpleorm is it possible to use it with mysql...
s_petrovi
Offline Send Email
Dec 1, 2005
4:43 pm
1250
Test DataTypesTest.java fails for mysql4.1 I think it try to create a BYTES type column and I think mysql4.1 doesn't have BYTES types...
s_petrovi
Offline Send Email
Dec 1, 2005
6:21 pm
1251
__________________________________________________________ Find your next car at http://autos.yahoo.ca...
Stanko Petrovic
s_petrovi
Offline Send Email
Dec 2, 2005
3:51 pm
1252
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...
Franck Routier
routier_franck
Offline Send Email
Dec 7, 2005
7:57 pm
1253
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...
Franck Routier
routier_franck
Offline Send Email
Dec 8, 2005
8:10 pm
1254
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@...
Send Email
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@...
Send Email
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...
dkible
Offline Send Email
Dec 12, 2005
5:44 pm
1257
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...
sylvainhamel
Offline Send Email
Dec 13, 2005
4:53 am
1258
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 ...
Franck Routier
routier_franck
Offline Send Email
Dec 13, 2005
8:30 am
1259
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@...
Send Email
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 ...
sylvainhamel
Offline Send Email
Dec 15, 2005
1:29 pm
1261
There's already an SDriverDB2_400 driver. I guess I'll go look for another ORM tool. Thanks anyway. ... From: SimpleORM@yahoogroups.com...
Steve Swett
sswett@...
Send Email
Dec 16, 2005
1:07 am
1262
If you cannot get this one to work man, abandon all hope for the others, they are more complex... /Phil...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Dec 16, 2005
7:45 am
1263
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...
sylvainhamel
Offline Send Email
Dec 16, 2005
1:52 pm
1264
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@...
Send Email
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@...
Send Email
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....
Dan Kibler
dkible
Offline Send Email
Dec 17, 2005
2:23 am
Messages 1237 - 1266 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help