Jump to content

MSQL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 7: Line 7:


==Versions==
==Versions==
*1998-09-14: mSQL 2.0.4.1 build 4 [ftp://hobbes.nmsu.edu/pub/os2/apps/database/msql2041b4.zip] (requires [[EMX]] runtime)
*1.0.16 (Feb 1997)
*1999-01-19: mSQL 2.0.6
*1999-03-17: mSQL 2.0.8
*1999-04-17: mSQL 2.0.9
*1999-05-25: mSQL 2.0.10
*1999-08-24: mSQL 2.0.11


*2017-06-30: 4.1 - 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.
*2.0.4.1 build 4 (1998) - requires [[EMX]] runtime
*2.0.11 (Aug 1999)
 
*3.11 (Jun 2012)
 
*4.1 (Jun 2017) - 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.
*4.4 (Oct 2021)


==Interfaces==
==Interfaces==

Revision as of 03:40, 11 February 2023

Mini SQL (mSQL) is a relational database management system from Hughes Technologies.

History

The database to feature a SQL interface but sported a flat file back end rather than a true relational file set. Very popular in the 90s as a web back end but gave way to MySQL and SQLite due to licensing issues. The original author David Hughes 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.

Versions

  • 1.0.16 (Feb 1997)
  • 2.0.4.1 build 4 (1998) - requires EMX runtime
  • 2.0.11 (Aug 1999)
  • 3.11 (Jun 2012)
  • 4.1 (Jun 2017) - 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.
  • 4.4 (Oct 2021)

Interfaces

REXX
Rexx/SQL 2.4 [1]
OBDC
mSQL odbc driver for Sibyl [2]
JDBC
Imaginary JDBC Driver [3]

License

Publications

  • Brian Jepson; David J. Hughes: Official Guide to Mini SQL 2.0 - Wiley 1998, ISBN 0-471-24535-6

Links