Hi,

As Bas mentions, the NaviServer database API was an original implementation
from about 1994.  The commands were originally centered around the Postgres
database and shortly after that it was fitted to the Illustra database, which
at the time was a commercial version of Postgres.  Some of the newer commands
that were added included stored procedures in Sybase.  There are even more new
commands in the newer Postgres driver and Arsdigita's Oracle driver.  All of
these commands are implemented in the database drivers themselves and aren't
really considered part of AOLserver anymore, though they integrate themselves
seamlessly.

Kris


--- Bas Scheffers <[EMAIL PROTECTED]> wrote:
> AOLserver, or rather NaviServer as it was called in its early days, pretty
> much invented this game. None of the current other DB implementations do
> the kind of things the AOLserver db layer has to do because they don't
> need to run in a pooled and multithreaded enviroment. IIRC, there is a
> project on sourceforge bringing AOLserver db connectivity to standard Tcl,
> but their search functionality is currently down. (when will websites
> learn there is no 'night time' for maintenance on the internet?) Do a
> search for 'aolserver' on sourceforge.net later on and you may get lucky.
>
> Cheers,
> Bas.
>
> Alex Liebowitz said:
> > Where did the database commands come from?  There are several Tcl SQL
> > packages I've seen, does AS use the codebase from any of these, or vice
> > versa?  The AS database API is among the better I've seen, so I'm
> > wondering whether it's available independently for non-web applications.
>
>
>
> I. To remove yourself from this list:
>
> Send a message to "[EMAIL PROTECTED]"  with the following text in
> the BODY of your message:
>
> signoff aolserver
>
> II. For a complete list of listserv options please visit:
>
> http://listserv.aol.com/
>
> III. For more AOLserver information please visit:
>
> http://www.aolserver.com/
>
>



I. To remove yourself from this list:

Send a message to "[EMAIL PROTECTED]"  with the following text in
the BODY of your message:

signoff aolserver

II. For a complete list of listserv options please visit:

http://listserv.aol.com/

III. For more AOLserver information please visit:

http://www.aolserver.com/

Reply via email to