Re: [U2] Embedded program for Windows

2010-02-21 Thread FFT2001
Thinking this over some more here is the stripped down version minimally expressed. A window appears with multiple line items listed. User chooses one of more line items, for each one enters some quantity desired. Submits, or saves, or closes or whatever. Next window only shows those line items

Re: [U2] Embedded program for Windows

2010-02-21 Thread Ross Ferris
Will, What exactly IS the application? At first glance it sounds like it may be a parts catalog? In which case the answer may simply be to TOTALLY remove the database from any deployment scenario, and instead simply have static pages generated from your MV database You have also used the term "of

Re: [U2] Uniobject.Net Plus ASP.Net web service performance (was Re: Error connecting to Universe using Web Service Developer Tool)

2010-02-21 Thread djordan
I had a problem like this due to the Uniobject.Net client was an old version, I updated it to the latest version and this improved the process. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listin

Re: [U2] TOP/LIMIT Equivalent?

2010-02-21 Thread FFT2001
In a message dated 2/21/2010 5:42:59 PM Pacific Standard Time, adrian.ha...@itvision.com.au writes: > Keeping a saved list does not guarantee that all the records in that list > are still valid. New records could of been created that should be included > and old records may be deleted that sho

Re: [U2] TOP/LIMIT Equivalent?

2010-02-21 Thread Adrian Halid
Thanks for the replies. I am not actually working on a project that needs to do paging. I was really just wonder how to do it best in case I need to do it in the future. I thought there might be a different way instead of having to manage a list. I guess the main reason why you may not want to

[U2] Production report vs test performance

2010-02-21 Thread Garry Smith
Any suggesions on a performance issue same report takes 15 minutes in test env [which is an old copy of our production account] runs for 5 hours on our production logical volume[AIX 4.3]. I found one file with a header error using fixtool, I copied out, deleted,built and recopied the file. I al

Re: [U2] Uniobject.Net Plus ASP.Net web service performance (was Re: Error connecting to Universe using Web Service Developer Tool)

2010-02-21 Thread Brian Leach
Absolutely not - that's way too long. Either your application is doing some lengthy startups, something is seriously wrong with your DNS lookups or authentication of something similar is hitting it. You don't say what platform you are on, but I've seen slow connections where there are large active

Re: [U2] Uniobject.Net Plus ASP.Net web service performance (was Re: Error connecting to Universe using Web Service Developer Tool)

2010-02-21 Thread Doug
Jason, We have found using UOJ that it is about a second hit max when opening a session. So, what you have to do write a front end piece of code that controls the sessions. This will resolve the open problem but require a lot more code to write a session manager. Regards, Doug "U2WebLink middlew