Search



Search Results
Displaying 1671 to 1680 of 2219 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-connection.html
For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by using a MySqlConnection object. The MySqlConnection constructor takes a connection string as one of its parameters. The connection string ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-statement.html
Syntax: str = cursor.statement This read-only property returns the last executed statement as a string. The statement property can be useful for debugging and displaying what was sent to the MySQL server. The string can contain multiple statements ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-binary-issues.html
There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). In these situations, it becomes ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-connection.html
For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by using a MySqlConnection object. The MySqlConnection constructor takes a connection string as one of its parameters. The connection string ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-statement.html
Syntax: str = cursor.statement This read-only property returns the last executed statement as a string. The statement property can be useful for debugging and displaying what was sent to the MySQL server. The string can contain multiple statements ...
https://dev.mysql.com/doc/internals/en/describing-packets.html
If a field has a fixed value, its description shows it as a hex value in brackets like this: [00] .
https://dev.mysql.com/doc/internals/en/format-description-event.html
Binlog::FORMAT_DESCRIPTION_EVENT: A format description event is the first event of a binlog for binlog-version 4. Note added in MySQL 5.0.0 as replacement for START_EVENT_V3 Payload 2 binlog-version string[50] mysql-server version 4 create ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/C++ 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
Deprecation and Removal Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Data can be passed in and out of a MySQL stored procedure through the MySqlCommand.Parameters collection. When used ...
Displaying 1671 to 1680 of 2219 total results