Search



Search Results
Displaying 551 to 560 of 1932 total results
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
After installing the library, make the following configuration changes: In the SecurityClasses section, add a definition for the MySqlClientPermission class, including the version to use. <SecurityClass Name="MySqlClientPermission" ... If the ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET applications. For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-linked-tables.html
You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist within your MySQL database. When a query is requested on a table within Access, ODBC is used to execute the queries on ...Figure 5.23 External Data: ODBC Database In the Get External Data dialog box that appears, choose Link to the data source by creating a linked table and click ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-close.html
For a connection obtained from a connection pool, close() does not actually close it but returns it to the pool and makes it available for subsequent connection requests.
https://dev.mysql.com/doc/connectors/en/connector-python-api-pooledmysqlconnection.html
This class is used by MySQLConnectionPool to return a pooled connection instance. PooledMySQLConnection pooled connection objects are similar to MySQLConnection unpooled connection objects, with these differences: To release a pooled connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
After installing the library, make the following configuration changes: In the SecurityClasses section, add a definition for the MySqlClientPermission class, including the version to use. <SecurityClass Name="MySqlClientPermission" ... If the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET applications. For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-linked-tables.html
You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist within your MySQL database. When a query is requested on a table within Access, ODBC is used to execute the queries on ...Figure 6.12 External Data: ODBC Database In the Get External Data dialog box that appears, choose Link to the data source by creating a linked table and click ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-close.html
For a connection obtained from a connection pool, close() does not actually close it but returns it to the pool and makes it available for subsequent connection requests.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-pooledmysqlconnection.html
This class is used by MySQLConnectionPool to return a pooled connection instance. PooledMySQLConnection pooled connection objects are similar to MySQLConnection unpooled connection objects, with these differences: To release a pooled connection ...
Displaying 551 to 560 of 1932 total results