SQLCatalogNames[conn] returns the names of the catalogs in an SQL connection.
SQLSchemaNames[conn] returns the names of the schema in an SQL connection.
SQLExecute[conn, command] executes a command in an SQL connection.SQLExecute[conn, command, args] passes arguments to the command.
SQLSchemaInformation[conn] returns information about the schemas available through an SQL connection.
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.
Some database operations involve carrying out a sequence of database commands. For example, information in two different tables may need to be updated. In these cases it may ...
This tutorial contains simple examples of DatabaseLink that give an overview of its functionality and some ideas of how to get started. It uses a lightweight database, ...
JDBCDriverNames[] returns a list of the names of databases for which JDBC drivers are available through DatabaseResourcesPath.
SQLColumns[conn] returns the SQLColumn objects for each column in an SQL connection.
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.