Hi Anthony, thanks for the quick reply, you suggestion has actually helped me quite a lot. The only problem I needed to solve was to be able to design...
Should be OK, but look at the examples to see how to do it correctly. You do not want to end up with fields declared twice. Anthony...
Anthony & Melissa Ber...
berglas@...
Jul 7, 2004 4:50 am
871
I think you've said it all well. The third approach would be a bit faster, but consider whether that is really important to you. Be very careful using...
Anthony & Melissa Ber...
berglas@...
Jul 7, 2004 4:53 am
872
Hi all, Does anyone know why the nextGeneratedValue() method on SFieldMeta is called from SDriverOracle ? In my opinion this is not needed since oracle has...
Oliver Eiholzer
Oliver.Eiholzer@...
Jul 8, 2004 9:50 am
873
Hello I usualy use this description and it works well with henerated keys ... package model; import simpleorm.core.*; import simpleorm.properties.*; public...
Hi, I use version 01.12 and the problem only happens when you change the schema with ALTER SESSION SET CURRENT_SCHEMA x . The patch I have done on...
Oliver Eiholzer
Oliver.Eiholzer@...
Jul 9, 2004 8:36 am
875
hi everybody, after getting into work with SimpleORM (MSSQL, ASP.NET using a DSN (this ODBC)) here are the 3 issues that are annoying our team (VB and Java ...
Hi all, may I ask advice on the following problem. We intend to put together a number of objects during a transaction that shall span a number of clicks in a...
Alexander Banthien
alexander@...
Jul 13, 2004 3:45 pm
877
So how about you ask the basic information in the first form -- enough to get a good natural key and then just create the record, possibly with a status...
Anthony & Melissa Ber...
berglas@...
Jul 14, 2004 3:47 am
878
Hello Alexander, I have not worked on the .Net version, although I will. 1. There is an issue with getRefDepartement if res is detached, but it should work...
Anthony & Melissa Ber...
berglas@...
Jul 14, 2004 4:10 am
879
HI Anthony, thanks for replying. ... I am pretty certain it has to do with two open ResultSets, but not absolutely. I even sort of remember having read a...
hi, is there a way of running select for update queries? thanx, ittay -- =================================== Ittay Dror (ittayd@...) User Space Team,...
Ittay Dror
ittayd@...
Jul 14, 2004 8:22 am
881
Yes, this is in fact the default. See the docs....
Anthony & Melissa Ber...
berglas@...
Jul 15, 2004 1:03 am
882
i've read the white paper, and i like the project, but it seems that it is not active any more (last release at Sep., 9th, 2003). what is the status of it?...
Ittay Dror
ittayd@...
Jul 21, 2004 7:00 am
883
We have been successfully incorporating SimpleORM into a large-scale development project over the past several months, quite successfully, I would say. The...
Bartek Muszynski
bartek_muszynski@...
Jul 21, 2004 4:24 pm
884
Hello Barek, Thanks for your support. I am really hoping to get a new version out in a couple of months that incorporates all the enhancements various people ...
Anthony & Melissa Ber...
berglas@...
Jul 22, 2004 9:37 am
885
Hello, Anthony... At some near future date, I will have to go through my code versioning system and compile a list of changes. In the meantime, I provide this...
Bartek Muszynski
bartek_muszynski@...
Jul 23, 2004 11:32 pm
886
Hello, Ittay... Please see my responses embedded below ">>>"... Cheers, Bartek Bartek Muszynski Sr. Software Team Lead Epic Data phone: 604-207-7684 fax:...
Bartek Muszynski
bartek_muszynski@...
Jul 25, 2004 6:04 pm
887
Hi. I have been testing my app. under stress load and found three records (of thousands) not updated on the DB even when the SimpleORM logs writes the ...
The short answer is Its Never Too Late To Just Say "No!" The longer answer is that if you use EJBs you cannot assume that a thread is maintained across...
Anthony & Melissa Ber...
berglas@...
Jul 27, 2004 2:59 am
889
Thanks a lot for your quick response. Reading your answer i think i should change my EJBs to POJOs totally agree with that, but as i need remote access to my...
Hello Eric, I've spent some time going over your e-mail but I do not really understand what the problem is. Phrases like "Remote Access" and "Distributed...
Anthony & Melissa Ber...
berglas@...
Jul 28, 2004 10:26 am
891
hi, can simpleorm objects load their properties from a given ResultSet? Can they do it when the result columns do not contain all the columns (not '*'), Can...
Ittay Dror
ittayd@...
Jul 28, 2004 12:24 pm
892
There is considerable flexibilty in the types of SQL queries you can write. But there must be some concept of object/primary key identity for and O/R mapper...
Anthony & Melissa Ber...
berglas@...
Jul 28, 2004 11:12 pm
893
On Thu, 29 Jul 2004 09:11:57 +1000, Anthony & Melissa Berglas ... sorry, but i don't understand. here are more detailed questions: 1 what if there is no...
Ittay Dror
ittayd@...
Jul 29, 2004 7:44 am
894
... This is pretty dangerous design, whatever you plan to access your data with. Imagine the fun that might happen if you have two records like 123, "size",...
Hello Ittay 1. Without some sort of primary key an ORM is almost meaningless. So No. But unlike other frameworks SimpleORM does allow identifying foreign...
Anthony & Melissa Ber...
berglas@...
Jul 29, 2004 9:26 am
896
Hello All, Just a short note to see if anyone has some SimpleORM/Java consulting opportunities that could be addressed remotely from my rain forrest retreat in...
Anthony & Melissa Ber...
berglas@...
Aug 4, 2004 4:05 am
897
Hi there. My wife gave birth to our second child and I have been somewhat lacking wrt simpleorm these past few months. 1) The recordset thing with MSSQL is...
Hi, congratulations to your newborn! Thanks for the reply to my queries. Rg. .NET implementation of SimpleORM what would the possible goals be that justify the...