freeware database software

freeware database software

Post by E. William Hansman » Mon, 25 Aug 1997 04:00:00



Anybody know if there is free database management software for linux?

Thanks.
-----------------------------------------------------------------

-----------------------------------------------------------------

 
 
 

freeware database software

Post by David M. Co » Tue, 26 Aug 1997 04:00:00


On Sun, 24 Aug 1997 16:11:15 -0500, E. William Hansmann


>Anybody know if there is free database management software for linux?

If your looking for something simple for personal use, try
xmbase-grok.  Otherwise look at postgreSQL or mySQL.  See

http://www.xnet.com/~blatura/linapp3.html#data
http://linas.org/linux/db.html

Dave Cook

 
 
 

freeware database software

Post by Luca Pescato » Thu, 28 Aug 1997 04:00:00



>> Anybody know if there is free database management software for linux?

>Several free database management software exists, yet none with all the bells
>and whistles of Access , Oracle, Informix etc.
>Sunsite, in the directories
> ftp://sunsite.unc.edu/pub/Linux/apps/database
> ftp://sunsite.unc.edu/pub/Linux/devel/db
>hold several programs that may be good as a start, among them postgres95,
>ingres,pql,mkid,typhoon,...
>Most Linux distr. already contain gdbm,dbm or ndbm -libraries for developping
>one's own database system .
>If you program in Scheme, the portable Scheme-library SLIB contains
>support for relational database development.
>There is also a yet beta database-mode for the Emacs, called edb,
>available on
>ftp://theory.lcs.mit.edu/pub/emacs/edb
>this of course requires abilities to program in Emacs lisp
>Klaus Schilling

Thanks Klaus,
        do you know some Kewl DB Engines with ODBC that support
Windows 3.11/95/NT ? Obviously a DB Engine under Linux! :)

Byez!

 
 
 

freeware database software

Post by Tower Technolog » Tue, 02 Sep 1997 04:00:00


Quote:>         do you know some Kewl DB Engines with ODBC that support
> Windows 3.11/95/NT ? Obviously a DB Engine under Linux! :)

> Byez!

msql has an ODBC driver. www.hughes.com or something like that
 
 
 

freeware database software

Post by Christopher Brown » Wed, 03 Sep 1997 04:00:00



> >         do you know some Kewl DB Engines with ODBC that support
> > Windows 3.11/95/NT ? Obviously a DB Engine under Linux! :)

> > Byez!

> msql has an ODBC driver. www.hughes.com or something like that

Most of the Linux-based SQL systems support SQL/CLI (SQL Call Level
Interface), which is the other name for ODBC.

I've got a list of these databases, with indications of SQL/CLI support,
at <http://www.hex.net/~cbbrowne/rdbms.html>.

Hope this is helpful...