Search



Search Results
Displaying 651 to 660 of 1907 total results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-invalid.html
The default behavior of Connector/NET is to return a .NET DateTime object for valid date values, and return an error for invalid dates. The following are some known issues: Data binding for invalid dates can still cause errors (zero dates like ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-export.html
Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an “overflow” error during the export. Figure 5.16 Save Export Success Message Note If you see the following error message instead ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-catalog-schema.html
false true Catalogs are supported and interpreted as MySQL database names, specifying schema triggers an error. true false Schemas are supported and interpreted as MySQL database names, specifying catalog triggers an error. false false Both catalogs ... Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-invalid.html
The default behavior of Connector/NET is to return a .NET DateTime object for valid date values, and return an error for invalid dates. The following are some known issues: Data binding for invalid dates can still cause errors (zero dates like ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
12 Warning: level, code, message 13 Error: error number, error message Although this example uses the ConsoleTraceListener, any of the other standard listeners can be used. This section describes how to set up your application to view MySQL trace ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an “overflow” error during the export. Figure 6.5 Save Export Success Message Note If you see the following error message instead ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-access.html
If you still get the error Another user has changed your data after adding a TIMESTAMP column, the following trick may help you: Do not use a table data sheet view. Or you might run low on virtual memory and eventually get an ODBC Query Failed error ... To improve the integration between Microsoft Access and MySQL through Connector/ODBC: For all versions of Access, enable the Connector/ODBC Return matching rows ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-catalog-schema.html
false true Catalogs are supported and interpreted as MySQL database names, specifying schema triggers an error. true false Schemas are supported and interpreted as MySQL database names, specifying catalog triggers an error. false false Both catalogs ... Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a ...
https://dev.mysql.com/doc/internals/en/cs-sect-expired-password.html
All other statements fail with an error like this: mysql> SELECT 1; ERROR 1820 (HY000): You must SET PASSWORD before executing this statement On the protocol side exists a safeguard CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS to protect clients from running ... Since MySQL 5.6.7, a MySQL account can be expired with ALTER USER account PASSWORD ...
https://dev.mysql.com/doc/internals/en/extra-directory.html
They are as follows: comp_err.c --- makes error-message files from a multi-language source my_print_defaults.c --- print parameters from my.ini files. perror.c --- "print error" --- given error number, display message replace.c --- replace strings ...These programs are all standalone utilities, that is, they have a main() function and their main role is to show information that the MySQL server needs or ...
Displaying 651 to 660 of 1907 total results