Jump to content

MSQL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:mSQL}}
[[Image:Msql.gif|right]]
[[Image:Msql.gif|right]]
The first open source database to feature an [[SQL]] interface but sported a flat file back end rather than a true relational file set, actually called '''Mini SQL''' but not known as anything but "mSQL" in common usage. Very popular in the 90's as a web back end but gave way to [[MySQL]] and [[SQLite]] due to licensing issues and is now primarily of historical interest. The original author still supports the product commercially and provides occasional updates, but no one has bothered to port the more recent versions as better alternatives are available, one of the issues being that the author seldom or never folded changes from third party authors into the codebase so that porters constantly had to re-do their work.
The first open source database to feature an [[SQL]] interface but sported a flat file back end rather than a true relational file set, actually called '''Mini SQL''' but not known as anything but "mSQL" in common usage. Very popular in the 90's as a web back end but gave way to [[MySQL]] and [[SQLite]] due to licensing issues and is now primarily of historical interest. The original author still supports the product commercially and provides occasional updates, but no one has bothered to port the more recent versions as better alternatives are available, one of the issues being that the author seldom or never folded changes from third party authors into the codebase so that porters constantly had to re-do their work.
Line 6: Line 7:
*Current Linux, Solaris & Mac OSX version: 3.11 - More operating systems were supported as ports but not by the original author directly, so ports of the most recent versions have dried up but it may be possible to compile the current codebase to other systems without much fuss.
*Current Linux, Solaris & Mac OSX version: 3.11 - More operating systems were supported as ports but not by the original author directly, so ports of the most recent versions have dried up but it may be possible to compile the current codebase to other systems without much fuss.


==Prerequisites==
Prerequisites:
* [[EMX]] runtime
* [[EMX]] runtime


Line 13: Line 14:


==Links==
==Links==
* [http://www.hughes.com.au Huges Technologies homepage]
* [http://www.hughes.com.au Hughes Technologies homepage]
* [ftp://hobbes.nmsu.edu/pub/os2/dev/rexx/rxsql24_min2_os2.zip REXX/SQL 2.4 mSQL version]
* [ftp://hobbes.nmsu.edu/pub/os2/dev/rexx/rxsql24_min2_os2.zip REXX/SQL 2.4 mSQL version]
* [ftp://hobbes.nmsu.edu/pub/os2/apps/database/dbf2msql-2.0.zip dbf2msql 2.0] - An utility to convert .dbf files to mSQL tables and back.
* [ftp://hobbes.nmsu.edu/pub/os2/apps/database/dbf2msql-2.0.zip dbf2msql 2.0] - An utility to convert .dbf files to mSQL tables and back.
* [ftp://hobbes.nmsu.edu/pub/os2/apps/database/dbadmin-1.0.1.zip BdBadmin 1.0] - [[CGI]] interface to allow mSQL administration via the web.
* [ftp://hobbes.nmsu.edu/pub/os2/apps/database/dbadmin-1.0.1.zip BdBadmin 1.0] - CGI interface to allow mSQL administration via the web.
* [ftp://hobbes.nmsu.edu/pub/java/apps/database/msql-jdbc-2b.zip Java mSQL JDBC driver]
* [ftp://hobbes.nmsu.edu/pub/java/apps/database/msql-jdbc-2b.zip Java mSQL JDBC driver]
==Author==
==Author==
*Huges Technologies
*Hughes Technologies, David Hughes
*David Huges


[[Category:SQL]][[Category:Databases]][[Category:Software written in C]][[Category:Open Source Software]][[Category:Linux Tools]][[Category:Solaris Tools]][[Category:MAC OSX Tools]]
[[Category:SQL]][[Category:Databases]][[Category:Software written in C]][[Category:Open Source Software]]

Revision as of 22:32, 29 January 2017

The first open source database to feature an SQL interface but sported a flat file back end rather than a true relational file set, actually called Mini SQL but not known as anything but "mSQL" in common usage. Very popular in the 90's as a web back end but gave way to MySQL and SQLite due to licensing issues and is now primarily of historical interest. The original author still supports the product commercially and provides occasional updates, but no one has bothered to port the more recent versions as better alternatives are available, one of the issues being that the author seldom or never folded changes from third party authors into the codebase so that porters constantly had to re-do their work.

Version

  • Current OS/2 version: 2.0.11 Build 1
  • Current Linux, Solaris & Mac OSX version: 3.11 - More operating systems were supported as ports but not by the original author directly, so ports of the most recent versions have dried up but it may be possible to compile the current codebase to other systems without much fuss.

Prerequisites:

License

Links

Author

  • Hughes Technologies, David Hughes