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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1310 - 1339 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1310
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@...
Send Email
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@...
Send Email
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...
vijufri
Offline Send Email
Feb 6, 2006
8:39 am
1313
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...
jaavva_grupss_921@...
jaavva_grups...
Offline Send Email
Feb 6, 2006
5:28 pm
1314
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...
vijay rao
vijufri
Offline Send Email
Feb 13, 2006
7:55 pm
1315
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...
gentoolz
Offline Send Email
Feb 16, 2006
1:25 pm
1316
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...
gentoolz
Offline Send Email
Feb 16, 2006
2:01 pm
1317
I looked at the SimpleORM sources and found this comment for the toString() and toStringDefault() methods: * Default behavior of toString(). This was split out...
gentoolz
Offline Send Email
Feb 16, 2006
11:24 pm
1318
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...
jaavva_grupss_921@...
jaavva_grups...
Offline Send Email
Feb 21, 2006
6:46 pm
1319
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@...
Send Email
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 ? ...
Franck Routier
routier_franck
Offline Send Email
Feb 25, 2006
3:07 pm
1321
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...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Feb 28, 2006
8:54 pm
1322
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...
Darren Gilroy
darren_gilroy
Offline Send Email
Mar 2, 2006
10:01 pm
1323
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,...
Darren Gilroy
darren_gilroy
Offline Send Email
Mar 3, 2006
4:57 am
1324
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...
jaavva_grupss_921@...
jaavva_grups...
Offline Send Email
Mar 4, 2006
7:36 am
1325
.NET Framework Developer Center: Comparing LINQ and Its Contemporaries http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndo ...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 7, 2006
12:58 am
1326
... 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@...
Send Email
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...
jaavva_grupss_921@...
jaavva_grups...
Offline Send Email
Mar 14, 2006
7:10 am
1328
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...
Brian Hawkins
BrianHks
Offline Send Email
Mar 14, 2006
3:47 pm
1329
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. ...
Alexander
alexanderban...
Offline Send Email
Mar 14, 2006
6:21 pm
1330
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...
Martin_Snyder
Offline Send Email
Mar 17, 2006
4:27 am
1331
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@...
Send Email
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 ...
Brian Hawkins
BrianHks
Offline Send Email
Mar 31, 2006
7:44 pm
1333
EJB Interview Questions And Answers I have listed EJB interview questions and answers in my website http://www.geocities.com/ejb_interviewquestions/ So please...
software_afternoon
software_aft...
Offline Send Email
Apr 1, 2006
6:47 pm
1334
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...
Franck Routier
routier_franck
Offline Send Email
Apr 2, 2006
5:01 pm
1335
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");...
Brian Hawkins
BrianHks
Offline Send Email
Apr 3, 2006
10:48 pm
1336
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...
Franck Routier
routier_franck
Offline Send Email
Apr 5, 2006
9:24 am
1337
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
fig-forth-12@...
Send Email
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...
Franck Routier
routier_franck
Offline Send Email
Apr 9, 2006
6:24 pm
1339
To be more strict, "real" DDL is : create table ref ( refide varchar(10) primary key ); create table dst ( dstref varchar(10) not null references ref, dstide...
Franck Routier
routier_franck
Offline Send Email
Apr 11, 2006
9:06 pm
Messages 1310 - 1339 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