the autogenerated "key" field should just be a simple int/longint field with no trigger to update "key" Eg being trying MSSQLDriver on access and not sure if...
I just refinanced my home loan at better interest rate; this saved me thousands of dollars and will repair my horrible credit. You can check it out here....
Hi there, just in case you didnt get your answer. Access and SQL Server use a different version of SQL and are very different keyword wise. For example I do...
Here is a new ORM from Microsoft thats worth having a look at. http://msdn.microsoft.com/library/default.asp?url=/library/en- us/dnadonet/html/objectspaces.asp...
Hello to all, since this is my first post, I want to say thank you all for this WONDERFULL project. I am using SORM with oracle and my database uses sequence...
Well, we are hearing about ObjectSpaces since years already (I think the first demo I saw was from a PDC in 2001). There are videos on the web about this....
Hey I just wanted to tell you about a great company I found! I applyed for a lower mortgage rate and i only had to fill in a simple form. This month alone I...
No matter the platform you use, the approach taken is always interesting to look at. Some innovative features might be interesting to add to SORM. ... think...
http://www.eclipse.org/org/press-release/20050722jsr220.htm [...] "The creation of the JSR220-ORM project is an important milestone for the Eclipse community",...
Hello! Get a quick glance of Computing News and Resources here http://www.allinonedirectory.info/ComputingNews/ Take care, Kathy "Love is just like life, it's...
Hi, I just downloaded SimpleORM and i'm still playing around with it. There's a class generator included and i've configured it to connect to my MySQL database...
Hi, You have to modify the simpleorm mysql driver and put in the proper driver name (i.e 'MySQL-AB JDBC Driver'). It is currently set to use the old mysql ...
Thanks Pierre, I got the driver to load but the SDriver class which contains the method createTableSQL() won't work because the quote identifier used is "...
I'd also like to ask how reliable SimpleORM is when coupled with MySQL using MyISAM tables? Any reviews or articles I can read. I'm seriously considering...
Hi Raymond, I had to modify the MySQL driver and update few of the issues you mentioned, nothing major. I personally don't use the createTableSQL. I prefer to...
Hi Raymond, We have been using simpleorm for quite sometime now (litte over two years). We have just recently rewrote major legacy code to run completely on ...
Hi Pierre, I understand. I was just trying out the demo application that came with the simpleorm package. I've tried the class generator as well and will...
Hi, Is it a requirement that primary keys in the database tables are immutable? That means I cannot use for example, "SECURITY CODE" as a primary key since it...
Hi, I'm not sure but I think that the index creation method indexKeySQL () under the MySQL driver should have the line : fkey.append(sbFkey.toString()); ...
Hello John, No, you attach in the doPost etc. You do not want to share the connection between invocations. In fact SimpleORM will just report an error on a...
Anthony & Melissa Ber...
berglas@...
Aug 22, 2005 5:46 am
1184
The part that is interesting is an Entity-Relational diagram that could be used to define the ORM. There is quite a lot in the EMF in Eclipse. We could...
Anthony & Melissa Ber...
berglas@...
Aug 22, 2005 7:17 am
1185
Note: forwarded message attached. ... Start your day with Yahoo! - make it your home page ... Note: Forwarded message attached -- Original Message -- From:...
Hello Philippe, Optimal/J does indeed seem impressive. It grew out of the Dutch Uniface 4GL. They like to call it MDA, but I'd call it old fashioned data ...
Anthony & Melissa Ber...
berglas@...
Aug 23, 2005 4:51 am
1187
Hello Raymond, I've just added those two changes to the attached my sql driver. Please confirm they work for you. In general, you can always explicitly...
Anthony & Melissa Ber...
berglas@...
Aug 23, 2005 5:57 am
1188
The original MySQL tables did not have record locking at all(!). So you must use optimistic locking for these. It is a bit hard, MySQL is actually about three...