Main Page | Java Software | C Software | C++ Software
Networking | Databases | Miscellaneous | About Me | Email Form


Matthew W. Coans Abode - Database




Oracle graduate level database school work for Frostburg State University:


cosc640 - Rent-A-Car database. 49.0KB

cosc641 – More work done on the Rent-a-car database. 55.1KB

sql.h – simple MySQL client API for C++


Database Links

Oracle - is expansive in functionality and is commercial and commercially supported. Good data integrity assurance. Referential integrity and transactions are supported.

Microsoft SQL Server - is commercial and supports referential integrity, transactions and has a graphical interface for windows.

Microsoft Access - is commercial and is best used for single user database. Nice interface that makes it easy to work with.

MySQL - free multithreaded SQL server that supports multiple table types and can enforce referential integrity.

Postgres SQL - free database that supports a lot of features.

mSQL - free small SQL database server.

sqld - a simple java SQL database server written by me.

Berkley DB - Berkley DB is a programmatic database for C, Java and C++ it supports .db files of type b-tree, record number and hash.



Back to the main page...




Main Page | Java Software | C Software | C++ Software
Networking | Databases | Miscellaneous | About Me | Email Form