Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal.html
Crystal Reports is a common tool used by Windows application developers to perform reporting and document generation. In this section we will show how to use Crystal Reports XI with MySQL and MySQL Connector/NET.
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-fractional.html
MySQL Connector/NET supports the fractional seconds feature in MySQL, where the fractional seconds part of temporal values is preserved in data stored and retrieved through SQL. For fractional second handling in MySQL 5.6.4 and higher, see ...
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-programming-datetime-problems.html
The differences in date handling can cause problems for developers who use invalid dates. Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates. Because of this issue, .NET DataSet objects cannot be populated ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime.html
MySQL and the .NET languages handle date and time information differently, with MySQL allowing dates that cannot be represented by a .NET data type, such as '0000-00-00 00:00:00'. The following sections demonstrate how to properly handle date and ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-tracing.html
...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob.html
One common use for MySQL is the storage of binary data in BLOB columns. MySQL supports four different BLOB data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, all described in The BLOB and TEXT Types and Data Type Storage Requirements. Data ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-creating.html
For most purposes, the Standard Report wizard helps with the initial creation of a report. To start the wizard, open Crystal Reports and choose the New > Standard Report option from the File menu. If you use Connector/ODBC as your data source, use ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal.html
Crystal Reports is a common tool used by Windows application developers to perform reporting and document generation. In this section we will show how to use Crystal Reports XI with MySQL and MySQL Connector/NET.
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-fractional.html
MySQL Connector/NET supports the fractional seconds feature in MySQL, where the fractional seconds part of temporal values is preserved in data stored and retrieved through SQL. For fractional second handling in MySQL 5.6.4 and higher, see ...