RE: Re:
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 01, 2001
- 576 views
Yeah, go for it. Euphoria with Win32lib and EDS could handle this task easily. The performance would be quite acceptable using a PC from the last 3 years. (P2, 8Meg RAM, 200Meg disk, Windows 98) I have an application using EDS, Win32lib that is much more demanding than the one you outlined. (60 concurrent client machines handling the UI and a single server handling the Database) (Sorry, source and object code not available as it proprietary and I'm operating under a non-disclosure agreement). ----------- cheers, Derek Parnell > -----Original Message----- > From: chris_esen at hotmail.com [mailto:chris_esen at hotmail.com] > Sent: Monday, 2 April 2001 12:42 PM > To: EUforum > Subject: RE: Re: > > > > Hey - > > I'm working on a database program with 300+ fields for each > individual. > I suspect an average of 25 individuals to be entered into the > database > at once. It's not a complicated program at all. Basicly I'm going to > sort >all< of this information after I compare it against the other > individual's fields, then display the top N winners for each > group (each > group has a table). Now there's more to it, like some individuals may > not have groups while others will and blah blah blah. The rest of the > program sets the MAX and MIN limit for the information being entered > into the fields. It's gonna be chock full of UI. > > Later, > Chris >