DatabaseResourcesPath[] gives the list of directories that are searched to find database resources.
DataSourceNames[] returns a list of the names of data sources made available through DatabaseResourcesPath.
DataSources[] returns a list of information about named data sources made available through DatabaseResourcesPath.DataSources[name] returns a list of information about the ...
JDBCDriverNames[] returns a list of the names of databases for which JDBC drivers are available through DatabaseResourcesPath.
JDBCDriver[args] specifies the configuration for connecting to a database produced by a specific vendor.
JDBCDrivers[] returns a list of information about JDBC drivers available through DatabaseResourcesPath.JDBCDrivers[name] returns a list of information about the JDBC driver ...
JDBC
(DatabaseLink Symbol) JDBC[arg, ...] is an object that holds parameters for making a JDBC connection to a database.
OpenSQLConnection[src] makes a connection to a data source.OpenSQLConnection[] opens a GUI that helps to make a connection to a data source.
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
SQLBeginTransaction[conn] initiates an SQL transaction.