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 720 - 749 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
720
http://www.reviewonlinedating.com cool new site that I found in another group....
nunakumare3452
Offline Send Email
Dec 9, 2003
7:11 am
721
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SimpleORM group. File : /Dating Site ...
SimpleORM@yahoogroups...
Send Email
Dec 9, 2003
7:11 am
722
Hi, Please let me know if I'm trying to do something impossible with SimpleORM, becuase I haven't figured out how to get it to work. I need to use SimpleORM to...
Eric B.
ebenzacar
Offline Send Email
Dec 11, 2003
6:12 am
723
Hi, Please let me know if I'm trying to do something impossible with SimpleORM, becuase I haven't figured out how to get it to work. I need to use SimpleORM to...
Eric B.
ebenzacar
Offline Send Email
Dec 11, 2003
11:30 am
724
Look at example "LongTransactionTest.java". You can even keep your transaction if you want (I think). To keep your DB1 objects while you work on DB2 just...
sylvainhamel
Offline Send Email
Dec 11, 2003
2:53 pm
725
Thanks Sylvain! That's just what I needed! I didn't realize I could just detach and reattach the object. I just have a quick question regarding this...
Eric B.
ebenzacar
Offline Send Email
Dec 12, 2003
7:12 am
726
1) Yes your changes will be commited. What happens is that upon flush the queries batched to this point are sent to the database. Basically the next commit()...
sylvainhamel
Offline Send Email
Dec 15, 2003
7:20 pm
727
Anyone ever tried to do paging in SimpleORM? If so how did you do it? By paging I refer to showing only a subset (a page) of the records at a time. I dont want...
sylvainhamel@...
sylvainhamel
Offline Send Email
Dec 16, 2003
8:24 pm
728
For those interested I have been successfull I my paging endeavour. I have found a nice way to include these functionalities into SimpleORM. I have tested it...
sylvainhamel
Offline Send Email
Dec 18, 2003
4:22 pm
729
BTW I uploaded a zip file containing the 4 files I modified in core to implement database paging for those that are intested. The changes are wrapped in a /*...
sylvainhamel
Offline Send Email
Dec 18, 2003
4:35 pm
730
Sylvain, This is something that is indeed very useful (especially for webapps). Thanks. /Phil ... From: "sylvainhamel" <sylvainhamel@...> To:...
Philippe Back (High O...
phil@...
Send Email
Dec 22, 2003
11:26 am
731
I have found a bug in (my modified version of) SDriver where paging will fail when you request record 1000 and over. Its easily patched though (see below). Ill...
sylvainhamel
Offline Send Email
Dec 22, 2003
6:24 pm
732
Hi Guys, i'm using the latest version of simpleorm and mysql 4.0.17. here's the error generated by mysql: ERROR 1005: Can't create table...
haaktu
Offline Send Email
Dec 28, 2003
11:03 am
733
Hello, I am fairly new to this, so please bear with me if I should have severely misunderstood a basic concept. Is it advisable to encapsulate a UI dialog in a...
jantietze
Offline Send Email
Dec 28, 2003
4:20 pm
734
Hi, Just in case someone is interested, there was a bug in the outputFindOrCreate(Writer out) method in ForeignKeyGenerate class. The fixed code is listed...
awaragi
Offline Send Email
Dec 29, 2003
3:28 am
735
One thing that I seem to have noticed with MySQL is that Foreign Keys must be indexed. Try creating an index for each of your foreign keys, and see if it...
Eric B.
ebenzacar
Offline Send Email
Dec 29, 2003
6:51 am
736
... Keys must ... and see if ... it's actually a requirement and happens only on innodb type tables. for those who might run into this problem later, check out...
haaktu
Offline Send Email
Dec 30, 2003
6:16 pm
737
OK, I'll add this to the next version, probably fairly soon. Anthony...
Anthony & Melissa Ber...
berglas@...
Send Email
Jan 2, 2004
6:56 am
738
Hello Sylvain, I have not looked at your code, but will do so in a few weeks. But I am still a little unclear what you are trying to do. Remember that the...
Anthony & Melissa Ber...
berglas@...
Send Email
Jan 2, 2004
7:03 am
739
Look at the query I make in the modified SDriver and all we be clear. For a particular page just one round trip is made and only the wanted subset of records...
sylvainhamel
Offline Send Email
Jan 4, 2004
3:55 am
740
... query ... 1) Exactly. A cursor would have been better but making this work across databases made me cringe a little. So toying with SQL I came across a...
sylvainhamel
Offline Send Email
Jan 5, 2004
4:08 pm
741
... Came across this thought provoking comment in SFieldBigDecimal. What data type do you guys use for storing monetary values?...
sylvainhamel
Offline Send Email
Jan 5, 2004
8:11 pm
742
An integral number of the lowest common factor is the method that preserves the most flexibility in trapping rounding errors. So, for dollars, (amount=100,...
Lane Sharman
lanesharman
Offline Send Email
Jan 5, 2004
11:27 pm
743
A few comments. First, from an application UI point of view, it annoys me personally to have to use lots of small pages to view data. I'd much rather scroll ...
Anthony & Melissa Ber...
berglas@...
Send Email
Jan 11, 2004
12:06 am
744
... personally to ... scroll ... find etc. Of course. If I could I would query all my record and let the interface sort and filter it out. Much easier to do. I...
sylvainhamel
Offline Send Email
Jan 12, 2004
4:35 am
745
===== _________________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail :...
Durbec Sébastien
sebastien_du...
Offline Send Email
Jan 13, 2004
7:54 am
746
Im in the implementation of a filter function in a web application. I want to be able to say : Find all [persons] that have a [firstname] with the substring...
sylvainhamel
Offline Send Email
Jan 15, 2004
4:59 pm
747
I have a field that is defined by an SQL statement like this : (Its in VB but I think you guys will manage) Public Shared ReadOnly _NAME As New...
sylvainhamel
Offline Send Email
Jan 15, 2004
8:29 pm
748
Hello Sylvain, If you have 5,000 records I would probably display the first 100 or so and have the user refine the the search. Paging does not really help...
Anthony & Melissa Ber...
berglas@...
Send Email
Jan 16, 2004
5:22 am
749
Sylvain, Anthony, The problem here is that most people are used to the way Google does it, which is through paging. They then expect their app to work the...
Philippe Back (High O...
phil@...
Send Email
Jan 16, 2004
9:36 am
Messages 720 - 749 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