Search



Search Results
Displaying 2011 to 2020 of 3917 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-bind-param.html
bool mysql_bind_param(MYSQL *mysql, unsigned n_params, MYSQL_BIND *bind, const char **name) Description mysql_bind_param(), available as of MySQL 8.0.23, enables defining attributes that apply to the next query sent to the server. Attributes ...For ...n_params: The number of attributes defined by the bind and name ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-fetch-row.html
Errors Errors are not reset between calls to mysql_fetch_row() CR_SERVER_LOST The connection to the server was lost during the query. Its asynchronous counterpart is mysql_fetch_row_nonblocking(), for use by applications that require asynchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-next-result.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_stmt_next_result(MYSQL_STMT *mysql) Description This function is used when you use prepared CALL statements to execute stored procedures, which can return multiple ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-client-side.html
Declare the client-side plugin descriptor with the mysql_declare_client_plugin() and mysql_end_client_plugin macros (see Section 4.4.2.3, “Client Plugin Descriptors”). This is the “main” function, which handles communication with the server. Error Code Meaning CR_OK Success CR_OK_HANDSHAKE_COMPLETE Success, client done CR_ERROR Error CR_OK_HANDSHAKE_COMPLETE indicates that the client has done its part successfully and has read the last ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
From the menu, click Tools, Utilities, and then MySQL PDO (Connect to Server), which is the Caption defined within the plugin code. MySQL Workbench includes a plugin that generates PHP code with the mysqli extension. This tutorial shows how to ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
At time of writing, the MySqlSessionStateStore is not added to machine.config at install time, and so add the following: <sessionState> <providers> <add name="MySqlSessionStateStore" type="MySql.Web.SessionState.MySqlSessionStateStore, MySql.Web, ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-efcore.html
Namespaces in this section: MySql.EntityFrameworkCore.DataAnnotations Namespace MySQL.EntityFrameworkCore.Diagnostics Namespace MySql.EntityFrameworkCore.Extensions Namespace MySql.EntityFrameworkCore.Infrastructure Namespace ...The IDs are also ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-net.html
This section contains simple examples that demonstrate the use of Connector/ODBC drivers with ODBC.NET. 5.6.7.2.1 Using Connector/ODBC with ODBC.NET and C# (C sharp) The following sample creates a table my_odbc_net and demonstrates its use in C#.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-process-kill.html
Although still available, it is better to use the KILL SQL statement. The following two lines have the same effect: >>> cnx.cmd_process_kill(123) >>> cnx.cmd_query('KILL 123') .
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursorprepared.html
For subsequent execute() calls that pass the same SQL statement, the cursor skips the preparation phase. The MySQL client/server protocol has an option to send prepared statement parameters via the COM_STMT_SEND_LONG_DATA command. In MySQL, there ...
Displaying 2011 to 2020 of 3917 total results