1 |
a lightweight SQL engine that supports a subset of ANSI SQL
|
2 |
For the mSQL implementation of JDBC, it looks for URL's in the form of
-
jdbc:msql://[host_addr]:[port]/[db_name]
|
3 |
This is a Native-protocol all-Java driver.
-
In the implementation of the Driver interface for this driver a direct socket connection is opened at the given host_addr and at the specified port. On success a Connection object is returned. Thus with this driver , a mSQL database on any machine can be accessed by any application running on any other machine provided that they are connected over the internet.
|
4 |
Shareware product that can be built on most Unix OS and Win32 OS
|
5 |
- one of the first database products to be supported by a Java API
|
6 |
- avialable from anonymous ftp ftp://bond.edu.au/pub/Minerva/msql
|
7 |
- More information at
|
8 |
http://www.imaginary.com/Java/
|