Search



Search Results
Displaying 2211 to 2220 of 3282 total results
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
MySqlCommandBuilder Automatically generates single-table commands used to reconcile changes made to a data set with the associated MySQL database. Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
To run the example programs in this tutorial, set up a simple test database and table using the mysql Command-Line Client or MySQL Workbench. Commands for the mysql Command-Line Client are given here: CREATE DATABASE TestDB; USE TestDB; CREATE TABLE ... This tutorial teaches you how to use the MySqlScript ...
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. This task can be achieved through the use of the MySqlCommand object. After it has been created, there are three main methods ...
https://dev.mysql.com/doc/connectors/en/connector-net-versions.html
The following table shows the versions of ADO.NET, .NET (Core and Framework), and MySQL Server that are supported or required by MySQL Connector/NET. MySQL Connector/NET 9.x series is a continuation of Connector/NET 8.x series, but now named to ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-datatypes.html
The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types.
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-borland.html
The only known problem is that when the table schema changes, query fields are not updated. 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.
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors.html
The following table shows the SQLSTATE classes and the exception Connector/Python raises. The mysql.connector.errors module defines exception classes for errors and warnings raised by MySQL Connector/Python. Most classes defined in this module are ...
https://dev.mysql.com/doc/connectors/en/connector-python-multi.html
Users must quote these when included in multi statements for other purposes different from declaring an actual statement delimiter; such as names for tables, columns, variables, in comments, and so on. Example: CREATE TABLE `delimiter` (begin INT, ... Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter ...
https://dev.mysql.com/doc/connectors/en/connector-python-versions.html
This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). For series that have reached General Availability (GA) status, development releases in the series ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
Modifications made to the model affect the tables and columns generated from your code. Alternatively, you can override the OnModelCreating method on your derived DbContext class and use the code-first fluent API to configure specific ... This ...
Displaying 2211 to 2220 of 3282 total results