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 *...
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 ...
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...
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...
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...
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...
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...
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 ...
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)....
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...
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...
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...
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...
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...
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...
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@...
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@...
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 ......
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...
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@...
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...
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...
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...
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@...
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...
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...