Search



Search Results
Displaying 131 to 140 of 342 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-unix.html
Prerequisites unixODBC 2.2.12 or later OpenSSL C++ runtime libraries (libstdc++) Note Connector/ODBC provides generic Linux packages for Intel architecture (both 32 and 64 bits). As of Connector/ODBC 8.0.32, generic Linux packages for ARM ... There ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-dll.html
Note Multiple Zip files are available: 32-bit and 64-bit, and (as of 8.0.31) a separate Debug Zip file that includes PDB files and unit tests. If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it ...
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/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
COLUMN_SIZE_S32 Limit column size to signed 32-bit range 134217728 Limits the column size to a signed 32-bit value to prevent problems with larger column sizes in applications that do not support them. On Unix and macOS, use the parameter name and ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-unix.html
Prerequisites unixODBC 2.2.12 or later OpenSSL C++ runtime libraries (libstdc++) Note Connector/ODBC provides generic Linux packages for Intel architecture (both 32 and 64 bits). As of Connector/ODBC 8.0.32, generic Linux packages for ARM ... There ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-dll.html
Note Multiple Zip files are available: 32-bit and 64-bit, and (as of 8.0.31) a separate Debug Zip file that includes PDB files and unit tests. If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it ...
https://dev.mysql.com/doc/connector-odbc/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/internals/en/bitmaps.html
Specifically there are functions for setup or teardown (bitmap_init, bitmap_free), for setting and clearing individual bits or whole sections of the bitmap (bitmap_set_bit, bitmap_fast_test_and_set, bitmap_clear_all, bitmap_set_all, ...
https://dev.mysql.com/doc/internals/en/com-stmt-execute.html
The type of each parameter is made up of two bytes: the type as in Protocol::ColumnType a flag byte which has the highest bit set if the type is unsigned [80] The num-params used for this packet has to match the num_params of the COM_STMT_PREPARE_OK ... COM_STMT_EXECUTE asks the server to execute a prepared statement as identified by ...
https://dev.mysql.com/doc/internals/en/controlling-compilers-and-flags.html
For example, to create a 32-bit release build on a 64-bit Linux machine, do this: cmake .. To define which C and C++ compilers to use, you can define the CC and CXX environment variables. For example: shell> CC=gcc shell> CXX=g++ shell> export CC ...
Displaying 131 to 140 of 342 total results