RE: Re:
- Posted by chris_esen at hotmail.com Apr 02, 2001
- 522 views
Yeah, when I said large I was really referring to the UI. I'll look into Euphoria's I/O functions, but if EuSQL has all the support I need I wont bother with the I/O functions. Later, Chris Irv Mullins wrote: > On Sun, 01 Apr 2001, chris_esen at hotmail.com wrote: > > > 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. > > This is certainly not a large database app, but it would be a challenge > to > design a usable interface, with 300 fields! > > Given the info above, I don't think I would even bother with a database > engine - just a native Euphoria sequence should do fine. > > Judith's new IDE would work for designing the interface. > > -- > Regards, > Irv > >