Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 1996 20:03:15 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        rnordier@iafrica.com (Robert Nordier)
Cc:        terry@lambert.org, pblonde@agrium.com, hackers@freebsd.org
Subject:   Re: compilers
Message-ID:  <199601300303.UAA05437@phaeton.artisoft.com>
In-Reply-To: <199601292235.AAA00768@eac.iafrica.com> from "Robert Nordier" at Jan 30, 96 00:35:35 am

next in thread | previous in thread | raw e-mail | index | archive | help
> > Class libraries for things like SQL clients is a biggie (UNIX ODB sources
> > were posted to comp.unix.sources a while back).

[ ... ]

> But even the Delphi methods I noticed seemed pretty procedural: find_row,
> skip_to_next_row, or whatever.  Obviously this isn't the sort of stuff you
> are referring to.  I guess I should look at comp.unix.sources, but what,
> roughly, is the sort of framework that has to be implemented here?

Delphi for FreeBSD would be nice.  8-).

The ODB mechanism abstracts the databse from the program and treats it
as a series of objects.  The objects are the same for any type of local
datapase program, and are the same over the wire for SQL transactions.

That is, the program and the data store are entirely seperate.

That way, if Sybase pisses you off, you can buy from Oracle without
having to rewrite one line of client code (just a recompile).  Or
vice versa, if Oracle pisses you off.

It's part of the MIS dream of plugging Legos(tm) together and firing
all the programmers.  8-).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601300303.UAA05437>