Search



Search Results
Displaying 211 to 220 of 3329 total results
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 ...
https://dev.mysql.com/doc/connector-net/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/connector-net/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/connector-net/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/connector-net/en/connector-net-programming-trace-source.html
The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace information. Switch - This defines the level of trace information to emit. Typically, this is specified in the app.config file, so that it is ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing.html
...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-net.html
This section contains simple examples that demonstrate the use of Connector/ODBC drivers with ODBC.NET.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb.html
This section contains simple examples of the use of Connector/ODBC with ADO, DAO and RDO.
https://dev.mysql.com/doc/internals/en/myisampack.html
When starting to analyze the existing uncompressed data, it collects distinct column values up to a limit of 8KB. If there are more, it falls back to byte value compression for this column. This means also that myisampack may use different ...
Displaying 211 to 220 of 3329 total results