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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 768 - 797 of 1845   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
768
Hi, I've been looking through the SQuery object, and haven't found anything that could easily implement a query with a range of values - for example: select *...
Eric B.
ebenzacar
Offline Send Email
Feb 4, 2004
5:30 pm
769
query.rawClause(strSQL); // ??? ... anything that ... example: select ... of an ... there was ... query?...
sylvainhamel
Offline Send Email
Feb 4, 2004
8:34 pm
770
Hi, I'm new here, do you have a step-by-step installation of simpleorm using postgresql on red hat linux 9.0. I can't understand the white paper and ...
alex_madriaga
leo45series
Offline Send Email
Feb 4, 2004
11:55 pm
771
Well you can always iterate with or and eq clauses....
sylvainhamel
Offline Send Email
Feb 5, 2004
3:15 am
772
Yeah - that's what I was considering doing. Thanks, Eric "sylvainhamel" <sylvainhamel@...> wrote in message news:bvrm4f+cdp1@.......
Eric B.
ebenzacar
Offline Send Email
Feb 5, 2004
6:00 am
773
Is there any way in the SQuery object to specify either the selected fields or the tables used? I'd like to join a table on itself, but that would require me...
Eric B.
ebenzacar
Offline Send Email
Feb 5, 2004
6:11 am
774
Actually, quick follow up. I just noticed that the SConnection.rawQueryJDBC can only be used if a single row is being returned. Do I have to resort to raw...
Eric B.
ebenzacar
Offline Send Email
Feb 5, 2004
6:17 am
775
Hi Alex, you dont install SimpleORM. You just include the classes in your java or .net project just like you would any other classes in your project. It's just...
sylvainhamel
Offline Send Email
Feb 5, 2004
6:37 pm
776
I would suggest doing it in 2 steps instead of just one big query. Tt shouldnt be a performance hit. Myself I work that way. You compensate the cost of doing...
sylvainhamel
Offline Send Email
Feb 5, 2004
7:27 pm
777
Hi Sylvain, Ok, then it can be included in the jar creation in the build.xml of ant. and how do i create the .properties and where do i put it in the /WEB-INF...
alex_madriaga
leo45series
Offline Send Email
Feb 6, 2004
12:12 am
778
Actually, I simplified it considerably. It's a much larger join on anywhere from 2 tables to 10 tables or even more. Not really an option doing it in ...
Eric B.
ebenzacar
Offline Send Email
Feb 6, 2004
11:38 pm
779
The simplest answer is compile it with your code. Just put the simpleorm stuff alongside your own code (make sure you keep the directory structure though)....
sylvainhamel
Offline Send Email
Feb 7, 2004
1:18 am
780
Ok heres how I see it : dont use SimpleORM. There is nothing in SimpleORM that does what you want. You want to retrieve a resultset that does not conform to...
sylvainhamel
Offline Send Email
Feb 7, 2004
1:52 am
781
i came from vhina,i want to uses SimpleORM but my pc cannot link the www.simpleorm.org,so i cannot get the software , who can help me ,give me the SimpleORM...
cheshuai
Offline Send Email
Feb 7, 2004
2:29 am
782
Hi Sylvain, I found a similar DB Pooling which is the "DbConnectionBroker" a pure Java package for handling multiple concurrent database connections. I took it...
alex_madriaga
leo45series
Offline Send Email
Feb 9, 2004
12:59 am
783
Hi Alex. SimpleORM is not a connection pooling library. You need a valid connection to attach to a SConnection object. Hence the project you mention would be...
sylvainhamel
Offline Send Email
Feb 9, 2004
2:51 pm
784
In addition, I would greatly suggest looking at the basic samples. It should give you a good outlook on how to use SimpleORM. Sylvain...
sylvainhamel
Offline Send Email
Feb 9, 2004
2:55 pm
785
I am in china my pc cannot open the www.SimpleORM.org web and I cannot download the SimpleORM files , who can help me ,email the files to me ? thanks ! my...
cheshuai
Offline Send Email
Feb 9, 2004
3:13 pm
786
Hi all, I've been thinking of a new usefull feature for simpleorm (IMHO), and wanted to get some opinions. Having used EJB a while ago, transaction management...
awaragi
Offline Send Email
Feb 12, 2004
9:10 pm
787
Hello Awargi, The problem with these clever tricks is that they hide bugs. The problem with the default EJB transaction per get/set is not just that it is...
Anthony & Melissa Ber...
berglas@...
Send Email
Feb 17, 2004
9:18 am
788
100% agreed ! How can we get that *hammered* in the head of people ? /Phil www.highoctane.be ... From: "Anthony & Melissa Berglas"...
Philippe Back (High O...
phil@...
Send Email
Feb 17, 2004
9:30 am
789
Well said Anthony. ... simpleorm ... The ... that it ... a ... the ... should ... (IMHO), ... easy. ... the ... get/set call ... manage ... While ... level ......
sylvainhamel
Offline Send Email
Feb 18, 2004
3:00 am
790
How do you determine what the "top level" is? How do you handle the case where the top level today changes when building additional functionality down the...
Eric B.
ebenzacar
Offline Send Email
Feb 18, 2004
7:41 pm
791
Hi, I'm new to SimpleORM and made the first steps successful...... Make 1 table with some fields and a auto generation primary key so good so forth. ... ...
Rico Schäpe
Schaepe@...
Send Email
Feb 20, 2004
11:42 am
792
Excellent question. Unfortunately there is no silver bullet when it comes to this. The fact that you are still questionning yourself about it means that human...
sylvainhamel
Offline Send Email
Feb 20, 2004
11:43 am
793
Thanks Sylvain, That is pretty much what I was figuring as well, but I find that just makes for unbelievably bloated code, and a pain to maintain. Am I doing...
Eric B.
ebenzacar
Offline Send Email
Feb 21, 2004
3:35 am
794
That was theory. Now heres my practical view of things. Just refactor the damn code when you do version 2! hehe The middle view is just do it where you think...
sylvainhamel
Offline Send Email
Feb 23, 2004
3:33 am
795
Some more theory: get an AOP framework and thrown some pointcuts in (be warned: they are not that clean yet) ! For some interesting toughts about this:...
Philippe Back (High O...
phil@...
Send Email
Feb 23, 2004
8:24 am
796
Hello, I'm new to this forum and I started to evaluate sORM. I like the concept and started to experiment (however, I do not like everything, but everybody has...
Carlo
carlo_cg
Offline Send Email
Mar 2, 2004
1:47 pm
797
Yep, like every other ORM (I think) SimpleORM only supports one Primary key. If you are using it for linking, you had better pick the surrogate key. You need...
Anthony & Melissa Ber...
berglas@...
Send Email
Mar 3, 2004
9:52 am
Messages 768 - 797 of 1845   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