Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connecting-to-a-session.html
There are several ways of using a session to connect to MySQL depending on the specific setup in use.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connecting-to-a-session.html
There are several ways of using a session to connect to MySQL depending on the specific setup in use.
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-null.html
As such, when assigning values from a query to a DateTime variable, you must first check whether the value is in fact NULL.
https://dev.mysql.com/doc/connectors/en/connector-net-support-bug-report.html
If you encounter difficulties or problems with MySQL Connector/NET, contact the Connector/NET community, as explained in Section 4.9.1, “Connector/NET Community Support”. First try to execute the same SQL statements and commands from the mysql ...
https://dev.mysql.com/doc/connectors/en/connector-net-support.html
The developers of MySQL Connector/NET greatly value the input of our users in the software development process. If you find Connector/NET lacking some feature important to you, or if you discover a bug and need to file a bug report, please use the ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-query-iter.html
Syntax: cnx.cmd_query_iter(statement) Similar to the cmd_query() method, but returns a generator object to iterate through results. Use cmd_query_iter() when sending multiple statements, and separate the statements with semicolons. The following ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-set-charset-collation.html
Syntax: cnx.set_charset_collation(charset=None, collation=None) This method sets the character set and collation to be used for the current connection. The charset argument can be either the name of a character set, or the numerical equivalent as ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-null.html
As such, when assigning values from a query to a DateTime variable, you must first check whether the value is in fact NULL.
https://dev.mysql.com/doc/connector-net/en/connector-net-support.html
The developers of MySQL Connector/NET greatly value the input of our users in the software development process. If you find Connector/NET lacking some feature important to you, or if you discover a bug and need to file a bug report, please use the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-query-iter.html
Syntax: cnx.cmd_query_iter(statement) Similar to the cmd_query() method, but returns a generator object to iterate through results. Use cmd_query_iter() when sending multiple statements, and separate the statements with semicolons. The following ...