Search



Search Results
Displaying 801 to 810 of 2167 total results
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
Database , Initial Catalog Default: mysql The case-sensitive name of the database to use initially. // Connection string example var conn = new MySqlConnection("server=_mysql._tcp.example.abc.com.; dns-srv=true; user id=user; password=****; ... This ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. After it has been created, there are three main methods of interest that you can call: ExecuteReader to query the database.
https://dev.mysql.com/doc/connectors/en/connector-odbc-general-information.html
ODBC (Open Database Connectivity) provides a way for client programs to access a wide range of databases or data sources. ODBC is a standardized API that enables connections to SQL database servers. It was developed according to the specifications ...A survey of ODBC functions supported by Connector/ODBC is given at Section 5.7.1, “Connector/ODBC API ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
Database , Initial Catalog Default: mysql The case-sensitive name of the database to use initially. // Connection string example var conn = new MySqlConnection("server=_mysql._tcp.example.abc.com.; dns-srv=true; user id=user; password=****; ... This ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. After it has been created, there are three main methods of interest that you can call: ExecuteReader to query the database.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-general-information.html
ODBC (Open Database Connectivity) provides a way for client programs to access a wide range of databases or data sources. ODBC is a standardized API that enables connections to SQL database servers. It was developed according to the specifications ...A survey of ODBC functions supported by Connector/ODBC is given at Section 7.1, “Connector/ODBC API ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
The Transaction interface supports the standard begin, commit, and rollback behaviors required by a transactional database. In addition, it enables the user to mark a transaction as being rollback-only, which makes it possible for a component that ... This section discusses the ClusterJ API and the object model used to represent the data handled by the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
A TableMapping describes the mapping of a domain object in the application to a table stored in the database. TableMapping = { String table : "" , String database : "" , boolean mapAllColumns : true, Array fields : null }; The table and data ...A ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-existing-collections.html
In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. Note In most cases it is good practice to create database objects during development time and refrain ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/admin-advisors-reference.html
It also enables you to review all alterations made to your database. It also enables you to review all alterations made to your database. Binary logging can be limited to specific databases with the --binlog-do-db and the --binlog-ignore-db options.
Displaying 801 to 810 of 2167 total results