Category
page 1SQL data access
Oracle Database
proprietary database management system
relational database
digital database whose organization is based on the relational model of data
Java Database Connectivity
API for Java
Open Database Connectivity
ODBC, standard interface for accessing database systems
MySQLi
The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP scripting language to provide an interface with MySQL protocol compatible databases (MariaDB, MySQL, Percona Server, TiDB).
ADO.NET
ADO.NET is a data access technology from the Microsoft .NET Framework and .NET that provides communication between relational and non-relational systems through a common set of components.
ADO.NET is a set of computer software components that programmers can use to access data and data services from a database. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also access data in non-relational data sources. ADO.NET is sometimes considered a
OLE DB
Microsoft API for uniform access from heterogeneous data sources
SQLJ
SQLJ is a working title for efforts to combine Java and SQL. It was a common effort started around 1997 by engineers from IBM, Oracle, Compaq, Informix, Sybase, Cloudscape and Sun Microsystems.
embedded SQL
SQL used as an embedded domain-specific language