Search



Search Results
Displaying 1071 to 1080 of 2113 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn.html
A Data Source Name associates the configuration parameters for communicating with a specific database. Generally, a DSN consists of the following parameters: Name Host Name Database Name Login Password In addition, different ODBC drivers, including ...There are three types of DSN: A System DSN is a global DSN definition that is available to any user and application on a particular ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration.html
Before you connect to a MySQL database using the Connector/ODBC driver, you configure an ODBC Data Source Name (DSN). The DSN associates the various configuration parameters required to communicate with a database to a specific name. You use the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access.html
You can use a MySQL database with Microsoft Access using Connector/ODBC. The MySQL database can be used as an import source, an export source, or as a linked table for direct use within an Access application, so you can use Access as the front-end ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-wordexcel.html
You can use Microsoft Word and Microsoft Excel to access information from a MySQL database using Connector/ODBC. For example, to insert information from a table in the World test database into an Excel spreadsheet, using the DSN samples shown in ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-borland.html
With all Borland applications where the Borland Database Engine (BDE) is used, follow these steps to improve compatibility: Update to BDE 3.2 or newer. 5.8.2.2.1 Using Connector/ODBC with Borland Builder 4 When you start a query, you can use the ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-change-user.html
It also causes the specified database to become the default (current) database. Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a dictionary containing the OK packet information. It is also possible to change ...
https://dev.mysql.com/doc/connectors/en/connector-python-django-backend.html
Django Configuration Django uses a configuration file named settings.py that contains a variable called DATABASES (see https://docs.djangoproject.com/en/1.5/ref/settings/#std:setting-DATABASES). Connector/Python includes a mysql.connector.django ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-cursor-transaction.html
We could calculate tomorrow by calling a database function, but for clarity we do it in Python using the datetime module. Inserting or updating data is also done using the handler structure known as a cursor. When you use a transactional storage ...
https://dev.mysql.com/doc/connectors/en/connectors-apis.html
Connector/J provides driver support for connecting to MySQL from Java applications using the standard Java Database Connectivity (JDBC) API. Connector/ODBC provides driver support for connecting to MySQL using the Open Database Connectivity (ODBC) ... MySQL Connectors provide connectivity to the MySQL server for client ...
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
There is no need to run any type of SQL script to set up the database schema, as the providers create and maintain the proper schema automatically. You do this by first removing the dummy connection string and then adding in the proper one, as shown ... MySQL Connector/NET includes a provider model for use with ASP.NET ...
Displaying 1071 to 1080 of 2113 total results