I'm using the DbConnectionBroker class from javaexchange.com to do db connection pooling. However, I'm finding some interesting results when coupled with...
Steve Swett
sswett@...
Feb 1, 2006 10:53 am
1311
By the way, I was using SConnection.detachAndClose() but then my connection wasn't being freed from the connection pool. ... From: Steve Swett...
Steve Swett
sswett@...
Feb 1, 2006 10:59 am
1312
Hi Friends; On behalf of javalive.com, I'd like to extend an invitation to javalive forums. This forum has been launched from India and I would request all you...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, intrested in getting...
Hi Friends; On behalf of javalive.com, I'd like to extend an invitation to javalive forums. This forum has been launched from India and I would request all you...
Hi, when I flush a record which causes a constraint violation and then try to detach it, I get this exception: "???Cannot make dirty record optimisitic". Why...
Hi, I have another question. Why it is not possible to overwrite the toString() method in an inherited class from SRecordInstance? Is the toString() method...
I looked at the SimpleORM sources and found this comment for the toString() and toStringDefault() methods: * Default behavior of toString(). This was split out...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
I met my future wife here! hehe. And thought I should share it with any other men who are worried about ending up alone like I was. Check it out if you like...
diva-bensley736@...
Feb 24, 2006 3:28 pm
1320
Hi all, I have a general question on ORM usage. Do you use ORMs (simpleorm in our case) when dealing with mass batch jobs, or only in case of UI interaction ? ...
I second that position. A good SQL statement or stored proc can do marvels. On some projects, due to the skill of the people, an ORM may even bring lots of...
Hello - I wonder if we can have a hook to destroy temporary data that we may accumulate in our business rule class? Right now I'm overriding flush(), which...
Hello - So, the following trivial case doesn't work because I don't have access to the "newRow" variable in SRecordInstance. This is a pretty silly construct,...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
... EMail: berglas@... +61 7 3369 4065 (Australian Eastern Standard Time) If the model seems correct only because the numbers look right, ...
Anthony & Melissa Ber...
berglas@...
Mar 11, 2006 3:55 am
1327
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
I want to create a SFieldReference but I want to specify the name of the field. I see there is a method for adding a prefix but I do not want that. The first...
Hi Brian, there are cases where the foreign key is actually a combination of fields. That happens when the primary key in the foreign table is a combined key. ...
Sorry I've been gone for so long. I had a question about this SGENERATED_KEY change. It was my understanding before that the SDriver would do this one way or...
Hey guys! Im getting married finally, cant believe this came true (thought it would never happen). Thanks to this thing http://www.alwaysonalwaysgood.info/fzmk...
belle-gobble562@...
Mar 23, 2006 4:07 pm
1332
I need to create a reference field, but I need to be able to specify the name of the field. I have tried unsuccessfully at using the various SFieldRefernce ...
EJB Interview Questions And Answers I have listed EJB interview questions and answers in my website http://www.geocities.com/ejb_interviewquestions/ So please...
Hi, I am also having trouble with SFieldReference, maybe the same kind of trouble you have. So I dare to step in your thread... I have a database that has a...
Well I found out how to do it. The trick is to use two declarations like so: public static final SFieldInteger SOME_ID = new SFieldInteger(s_meta, "some_id");...
Great ! Thanks for sharing your experience... I will try this and tell you (well, tell the list) how it works for me. The only point is that all these fields...
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
fig-forth-12@...
Apr 6, 2006 10:46 pm
1338
Hi, I have a few questions, I am not sure if they are Simpleorm questions or more general sql questions... I have this kind of relation in several places in my...