RE: MS SQL, EOF, Ordering Operations

2007-05-26 Thread Ruenagel, Frank
Hi Chuck, it happens :-(. We use a delegate to order the inserts if needed. In SQL-Server 2005 there is a WITH ( IGNORE_CONSTRAINTS ) table hint, but I never tried it. http://msdn2.microsoft.com/en-us/library/ms187373.aspx Regards Frank -Original Message- From: [EMAIL PROTECTED]

Re: Slow Batch Utility

2007-05-26 Thread Pierre Bernard
Hi! I would first try the obvious. Check your algorithm is O(n). Keep it memory stable. Here the FetchSpecBatchIterator could help: http://www.bernard- web.com/pierre/webobjects/code.html Pierre On May 25, 2007, at 9:22 AM, Ted Archibald wrote: Hi, I have a webobjects accounts

RE: [OT] JS/AJAX toolkits evaluation

2007-05-26 Thread Bruce Fancher
I've picked pieces out of Dojo and used them sucessfully. Some parts of it seem good, while others seem to just be thrown in there, and the documentation is still extremely poor. OTOH, the fact that IBM is backing it is appealing as it seems to have some momentum and will presumably get better.

Re: [OT] JS/AJAX toolkits evaluation

2007-05-26 Thread Pascal Robert
Le 07-05-26 à 18:49, Bruce Fancher a écrit : I've picked pieces out of Dojo and used them sucessfully. Some parts of it seem good, while others seem to just be thrown in there, and the documentation is still extremely poor. OTOH, the fact that IBM is backing it is appealing as it seems