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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 565 - 594 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
565
Hello Sylvain, I am very interested to hear that you managed to get SimpleORM to run under .Net in J#. But can it talk to normal C# programs etc.? I...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 1, 2003
7:03 am
566
Hello Marco, Thanks for this. I have yet to look at your code but from your description it looks like there may be problems if two different users (possibly...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 1, 2003
7:19 am
567
... I haven't used the key generation code but I was planning to use my own general way. I am of the camp that favors all primary keys be surrogate,...
Agustin Gonzalez-Tuch...
cabofalso
Offline Send Email
Sep 1, 2003
4:44 pm
568
Hello Andrea, Please post to the group. If you had trouble with a new driver let us know the details so that we can add them. For your second problem you need...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 2, 2003
4:38 am
569
Hi, I'm a new user of SimpleORM, and I've been having few problems: 1- How can I set a different jdbc driver for a database? In my case I was using SQLServer...
Andrea Broglia
andrea_broglia
Offline Send Email
Sep 3, 2003
2:01 am
570
Hi Andrea Before we start make sure you are using my SQLDriver has the one that is included with simpleorm has some bugs in it. Go in the files sections for...
sylvainhamel
Offline Send Email
Sep 3, 2003
7:09 pm
571
Hi Sylvain, first of all, thanks for your help. ... Where exactly should I get the new file from? ... I've tried this solution but it doesn't work, because the...
Andrea Broglia
andrea_broglia
Offline Send Email
Sep 4, 2003
8:11 am
572
Hi Andrea, 1) For the updated driver look in the "Files" section. Look in the group menu on the left of the screen. 2) Forgot to mention it but should you...
sylvainhamel
Offline Send Email
Sep 4, 2003
2:00 pm
573
Hi Sylvain, 1) OK, I got it now. Originally I though that you were referring to a "files" section in the Simpleorm.org web site. Now I've realised that it's in...
Andrea Broglia
andrea_broglia
Offline Send Email
Sep 5, 2003
2:05 am
574
Hi I have been watching your efforts to get SimpleORM running with interest. 1) SimpleORM uses a very poor hard coded method of selecting a driver, which...
Richard Schmidt
informhandstrap
Offline Send Email
Sep 5, 2003
3:26 am
575
Hi again Andrea, 1) Sorry for the error there. This is because I am using SimpleORM through .NET and object has both an Equal method and an equal method (same...
sylvainhamel
Offline Send Email
Sep 5, 2003
2:29 pm
576
Hi, 1) I would suggest against using the version of attach in which you dont specify the driver. Instead use the version which enables you to specify the...
sylvainhamel
Offline Send Email
Sep 5, 2003
2:49 pm
577
Good point about the drivers, I've added comments. Foreign keys are inherintly tricky. But if somebody wants to add support for over lapping keys then great. ...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 6, 2003
11:24 pm
578
Hello Sylvain, I love what you hve done with .Net. I am revising SimpleORM now, and will add SThreadLocal and SArrayList. Will also use your new driver. I...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 7, 2003
10:42 pm
579
Hello Richard, I amd in the process of integrating your code. The hierarchy will be:- SimpleORM/simpleorm/core... SimpleORM/simpleormEJB/... ...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 7, 2003
11:20 pm
580
All in the java doc (I think!) ... [mailto:berglas@...] ... be:- ... with. ... configuration ... http://docs.yahoo.com/info/terms/...
Richard Schmidt
informhandstrap
Offline Send Email
Sep 7, 2003
11:24 pm
581
Richard's Quickstart utility. Sylvain's J#.Net compatability. Drivers for MSSQL, DB2. New driver registration mechanism. Minor bug fixes. Anthony...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 8, 2003
3:47 am
582
... Its always good to hear that your work is appreciated. As for the driver list. I have mixed feelings regarding this. Wouldnt it be better if we just...
sylvainhamel
Offline Send Email
Sep 8, 2003
2:18 pm
583
I have added a SDriverSybase driver (thought I had already donated this...). In trying to test this, I ran into numerous problems with Employee_Id being String...
McDaniel, Joe
mcdanijr
Offline Send Email
Sep 8, 2003
8:50 pm
584
Hi! First, thanks for this great piece of software! :) I think SRecordInstance.equals has a little bug. It throws an exception, when i pass null as parameter...
Florian Fankhauser
f.fankhauser@...
Send Email
Sep 8, 2003
10:01 pm
585
... interesing! Not to brag too much about it but the beauty of it is that same version of simpleorm.core is used for .NET and java. The only thing necessary...
sylvainhamel
Offline Send Email
Sep 9, 2003
1:16 am
586
Hi Richard, thanks for your answer and suggestions. 1) I agree, as I pointed out in my first email, that probably a simple property file would be much easier...
Andrea Broglia
andrea_broglia
Offline Send Email
Sep 9, 2003
4:08 am
587
Hi Richard, another thing I found in your ColumnGenerate class: I had to change the line 102 from: if (sField.equalsIgnoreCase("SFieldDouble")) { return...
Andrea Broglia
andrea_broglia
Offline Send Email
Sep 9, 2003
7:06 am
588
Please send me the SQL that generated / defined this table. My 'test' database doesn't use doubles. Thanks Richard ... the ... to ... represent ... fully ... ...
Richard Schmidt
informhandstrap
Offline Send Email
Sep 9, 2003
8:12 pm
589
Hi Thanks for the feedback. a) Schema and Catalogs are one of the things that vary between SQL databases. I generally use an Interbase database that requires a...
Richard Schmidt
informhandstrap
Offline Send Email
Sep 9, 2003
8:27 pm
590
Hi Richard, in the test database created by SimpleORM, the class Employee creates a table XX_EMPLOYEE whose 'salary' column is a duoble. Cheers, Andrea...
Andrea Broglia
andrea_broglia
Offline Send Email
Sep 9, 2003
11:22 pm
591
Hi Richard, ... I think that the javadoc for java.sql.DatabaseMetaData.getTables() specifies that there is a difference between empty value and null for...
Andrea Broglia
andrea_broglia
Offline Send Email
Sep 10, 2003
12:28 am
592
... and ... Odd, when I ran it against a MS-SQL Server database I had to specify both the schema and catalog. It returned the user defined tables and the ...
Richard Schmidt
informhandstrap
Offline Send Email
Sep 10, 2003
12:49 am
593
OK, I'll look at equals() in the next release. There are actually 4 classes that need to be replaced for .Net -- there were are few other issues. I think that...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 10, 2003
7:06 pm
594
Thanks for this. Next version... You may have sent it earlier, oops. Anthony ... -- Spreadsheet Detective - Southern Cross Software Queensland Pty Ltd. If...
Melissa & Anthony Ber...
berglas@...
Send Email
Sep 10, 2003
7:06 pm
Messages 565 - 594 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