I've had the same experience, using a select loop in a list runs very
slowly, and was planning to try this same approach.  I tried to use
ReadList method of the Slist object as documented in the UniObjects
manual, but haven't gotten it to work yet.  Did you use the ReadList or
did you fill the array by repeating listobject.Next()?  

I'm still on UniObject 6, working with UniData 6.  If I just do a
listobject.Select(fileobject) then it processes fast enough.  But if I
execute a command to create a select list and then loop through it, the
performance gets progressively worse as the record count increases.  

I'd appreciate any example you might be able share.

Thanks

Victor St. Clair


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Donald Kibbey
Sent: Thursday, November 04, 2004 4:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [U2] Uniobjects.NET speed/performance


I found that using a select list within a loop was cause for a long
nap...  I fixed that by reading the entire list into an array and then
looping through the array.  I've read on this list that there is an
updated uniobjects.dll available, but my VAR was not able to locate
it?!?

I really don't understand why IBM does not just post the developers
tools as a public download.  You really can't do much with them unless
you already have a licensed database so why the hassle?


Don Kibbey
Financial Systems Manager
Finnegan, Henderson, Farabow, Garrett & Dunner LLP
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to