Search



Search Results
Displaying 591 to 600 of 884 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
For example: SQLLEN ylen = SQL_LEN_DATA_AT_EXEC(10); SQLBindCol(hstmt,2,SQL_C_BINARY, buf, 10, &ylen); Would become: SQLBindCol(hstmt,2,SQL_C_BINARY, buf, 10, NULL); This example also replaced &ylen with NULL in the call to SQLBindCol(). The ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-unix-tarball.html
To install the driver from a tarball distribution (.tar.gz file), download the latest version of the driver for your operating system and follow these steps, substituting the appropriate file and directory names based on the package you download ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-version-history.html
This replaces the Qt library based interface for configuring DSN information within the ODBC Data Sources application. This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy code.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-callproc.html
Syntax: result_args = cursor.callproc(proc_name, args=()) This method calls the stored procedure named by the proc_name argument. The args sequence of parameters must contain one entry for each argument that the procedure expects. Result sets ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html
MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version of Connector/NET installed and the features that you require. Configuration with MySQL To use Entity ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
Some pieces of functionality that can be replaced with custom implementations have been factored out. MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-interceptors.html
Depending on the use case, your code can supplement the SQL command or replace it entirely. An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. With MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-document-store.html
Execute the world_x.sql script to create the database structure and insert the data as follows: mysql> SOURCE /temp/world_x.sql; Replace /temp/ with the path to the world_x.sql file on your system. This tutorial provides instructions to get you ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
For example: SQLLEN ylen = SQL_LEN_DATA_AT_EXEC(10); SQLBindCol(hstmt,2,SQL_C_BINARY, buf, 10, &ylen); Would become: SQLBindCol(hstmt,2,SQL_C_BINARY, buf, 10, NULL); This example also replaced &ylen with NULL in the call to SQLBindCol(). The ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-unix-tarball.html
To install the driver from a tarball distribution (.tar.gz file), download the latest version of the driver for your operating system and follow these steps, substituting the appropriate file and directory names based on the package you download ...
Displaying 591 to 600 of 884 total results