Going over a couple small tools that I've written in the past with UniObjects for Java mangled into .Net code. I'm converting them over to use the new UniObjects.Net library and have found some annoying nits...
1) UniFile WriteField swaps the order of the field number with the data array from the way the java version does things. 2) The UniString object is gone, not a big deal, but now I have to think even more when doing this conversion :0 3) Everything is named Uni this and Uni that, I'm wearing out the Uni keys on my keyboard.... 4) Select list processing seems really, really slow. Aside from the time it takes to build the list which is the same as if you were at a terminal, processing it in a while loop just seems to take longer than it should. 5) UniRecordset processing is really, really fast! Seems odd that something used to get a lot of data can run noticeably faster than something that just returns a record key. I was really hoping (silly I know) that perhaps the .Net version would be a closer cousin of the Java version. It's close, but... More as I find them. Thanks, 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/
