1. Relational EDS
- Posted by ck lester <cklester at YAHOO.COM>
Aug 31, 2000
-
Last edited Sep 01, 2000
------=_NextPart_000_0002_01C0138C.FC61F040
charset="iso-8859-1"
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?
Thanks!
ck
------=_NextPart_000_0002_01C0138C.FC61F040
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4207.2601" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2>Anybody have a functional relational database management system =
using EDS=20
yet? I've got one that tracks field names and relationships for a =
database*, and=20
will soon have masks, formulas, etc., for fields.</FONT></SPAN></DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2>The=20
problem is I'm getting bogged down in database manager details when I'd =
rather=20
be bogged down in the PROGRAMS that requires the database management...=20
</FONT></SPAN></DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2>Robert, Jiri, David, Ralf, ANYBODY... wanna put something =
together or=20
examine what I've got and tell me where to go from =
here?</FONT></SPAN></DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2>Thanks!</FONT></SPAN></DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2>ck</FONT></SPAN></DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D870384501-01092000><FONT face=3DArial color=3D#0000ff =
------=_NextPart_000_0002_01C0138C.FC61F040--
2. Re: Relational EDS
I'd be interested in taking a look at what you've got! As I've mentioned
here recently, I've been working on a SQL
engine(http://members.xoom.com/matthewlewis/projects.html), and I've been
thinking about how to extend it into a full fledged DBMS. Please post what
you've got, or send it to me at matthewwalkerlewis at yahoo.com
Matt Lewis
-----Original Message-----
From: ck lester
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?
Thanks!
ck
3. Re: Relational EDS
On 1 Sep 2000, at 8:20, Matthew Lewis wrote:
> I'd be interested in taking a look at what you've got! As I've mentioned
> here recently, I've been working on a SQL
> engine(http://members.xoom.com/matthewlewis/projects.html), and I've been
> thinking about how to extend it into a full fledged DBMS. Please post what
> you've got, or send it to me at matthewwalkerlewis at yahoo.com
Matt, i tried a couple downloads from your projects page, and xoom said none are
to
be found. Is this another xoom problem?
Kat
4. 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