BaH.DBmSQL: | Modinfo | Source |
The DBmSQL database driver allows you to connect to mSQL databases through the standard API provided by the Database Framework module.
The mSQL client library is compiled into the module.
Other than a database to connect to, there are no external requirements.
To enable an mSQL connection, you simply pass a dbtype of "MSQL" to the LoadDatabase function.
The second parameter dbname is the name of the mSQL database to connect to.
To connect to an mSQL database on the same machine, you do not need to set values for host, as the default is to connect to localhost.
The user, password and server parameter is not required for this driver.
mSQL does NOT support prepared statements. The methods prepare and execute simply return False.
mSQL does NOT support transactions. The methods startTransaction, commit and rollback simply return True.
For a complete guide to mSQL's SQL syntax, you can download the documentation here.
Version | 1.00 |
---|---|
Author | Bruce A Henderson |
License | Free for non-commercial use |
License | Licensed mSQL required for commercial use. |
Copyright | Wrapper - 2007 Bruce A Henderson |
Modserver | BRL |
History | 1.00 Initial Release (mSQL 3.8) |