Re: Relational EDS
On 31 Aug 2000, at 20:49, ck lester wrote:
> Anybody have a functional relational database management system using EDS
> yet? I've got one that tracks field names and relationships for a database*,
> and will soon have masks, formulas, etc., for fields.
>
> The problem is I'm getting bogged down in database manager details when I'd
> rather be bogged down in the PROGRAMS that requires the database
> management...
>
> Robert, Jiri, David, Ralf, ANYBODY... wanna put something together or
> examine what I've got and tell me where to go from here?
Well, it's not a polished system of any sort, but i use xml-type tags in a file
scheme.
By using getxml(), i get indexed or tagged fields, and can insert such fields as
<forgettable> and <exec> and <timeout> and <aka> and <AnyThingElseiWant>. It
stored as a flat file, no sequence nesting, and you can have fields you never
look for,
or fields not present that you look for all the time, either way, you'd haveto
code in the
error yourself if those are errors, getxml() doesn't abort like find() or
match() or
compare() do. What i haven't done yet is that putxml().
Kat
|
Not Categorized, Please Help
|
|