1. RE: EDB with Fields
This is a multi-part message in MIME format.
------=_NextPart_000_002B_01C209AB.7E9A1540
charset="iso-8859-2"
> If all records will have data (keys will be dummy numbers?) which is
> sequence with same number of members then I would do it this way:
> List view like Windows file explorer where files are listed with, in your
> example, 5 columns:
>
> Key Date Time User Name Path
>
> 879283 05/10/02 12:15:17 cklester C:\Progr..
> ... ... ... ... ...
>
> This won't work/look good if there will be too many columns, so will
> there be many columns, like more than 10?
> Also all members of data must be strings or numbers, not nested sequence.
See the attached for how I'm thinking it could look.
------=_NextPart_000_002B_01C209AB.7E9A1540
Content-Type: image/jpeg;
name="db_view.jpg"
2. RE: EDB with Fields
> Ok I'll do it.
Great!
> You will only be able to view one record data at a time.
Yes, of course.
Eventually, I'd like to be able to modify the fields and data using the
viewer. And then we're talkin' about a real database manager! :)
3. RE: EDB with Fields
> > I was wondering if those with EDB viewers could easily modify their
> > programs to do the following:
>
> Are you talking about EDS GUI?
Yes. That's one of the programs that allow you to view eds databases.
> Will all data in one table have such format? If yes then I can replace
> treeview with listview.
> If not all records in table will have such format then I don't know how
> would I do it, maybe as treeview items?
I'm thinking you could set up a table view or something and have the field
names in the leftmost column and the field data in the rightmost column...
no?