Bazsites.com Database
Directory Topics
On the Web
- Keller, Arthur - Stanford University - Electronic commerce, interoperability of heterogeneous databases, database integration, object-oriented databases, database implementation, databases on parallel computers, federated autonomous databases, database views including updates, incomplete information and nulls, software integration and reuse, and large system integration.
- Petrological Databases - Two downloadable databases, provided by the International Union of Geological Sciences. The igneous database can be downloaded in ASCII form or as a Microsoft Access database; the sedimentary database can be downloaded only in Microsoft Access form. Both databases can also be accessed on-line via browser.
- Introduction to Databases for the Web - This tutorial introduces how to use CGI scripts, with Perl 5, to interface to SQL databases. Introduces database concepts and give you the tools you need to get to work using the databases available to you. Suitable for webmasters and web developers with little or no database experience.
- DevX: Database Development Zone - Portal for database programming, including answers to frequently-asked technical questions about database development, feature articles, links to database development sites, and news about database tools and updates.
- Mckoi SQL Database - Multi-client / multi-threaded SQL relational database management system written in Java. Includes JDBC 2.0 driver. [Open Source, GPL]
- Blue Claw Database Design - Microsoft Access database consulting specializing in rapid prototyping, database conversion, connections to SQL and ODBC standard databases such as Oracle.
- Databases of Padova Astronomy Department - Databases maintained by the Padova Astronomy Department (Italy) with a lot of info for each galactic cluster. Three different databases are available: "Ground-based Data", "HST Snapshot" and "HST Deep".
- ITtoolbox Database - Offers forums for technical discussion, an integrated directory, white papers and daily news geared towards database professionals and users of database products.
- Nykredit Center for Database Research - Aims to intensify research in database technology in Denmark. Research projects in temporal databases, data warehousing, spatio-temporal databases, and world-wide-web data management.
- Microsoft ODBC - Open Database Connectivity (ODBC) is an application programming interface (API) for database access. It is based on the Call-Level Interface (CLI) specifications from X/Open and ISO/IEC for database APIs and uses Structured Query Language (SQL) as its database access language. (Microsoft)
Wikipedia Articles
- Relational database - A relational database is a database that conforms to the relational model, and refers to a database's data and schema (the database's structure of how that data is arranged). Common usage of the term "Relational database management system" technically refers to the software used to create a relational database, but sometimes ...
- Secondary database server - A secondary database server or SDS is a database server that is kept in synchronisation with the main database so that if the main database goes offline, the secondary database server can be used instead. This is important for a live system that must be online 24 hours a day, and most DBMS systems that support ...
- Object-relational database - An object-relational database (ORD) or object-relational database management system (ORDBMS) is a relational database management system that allows developers to integrate the database with their own custom data types and methods. The term object-relational database is sometimes used to describe external software products running over traditional DBMSs to provide similar features; these systems ...
- Federated database system - A federated database system is a type of meta-database management system (DBMS) which transparently integrates multiple autonomous database systems into a single federated database. The constituent databases are interconnected via a computer network, and may be geographically decentralized.
- Database dump - A database dump contains a record of the table structure and/or the data from a database and is usually in the form of a list of SQL queries. A database dump is most often used for backing up a database so that its contents can be restored in the event of data loss.