Bug #19481 Where clause with datetime throws exception [any warning causes the exception]
Submitted: 2 May 2006 15:03 Modified: 4 Jun 2006 4:45
Reporter: Kenneth Witt Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:1.0.7 OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[2 May 2006 15:12] Kenneth Witt
C# source code to reproduce problem with DATETIME query

Attachment: Class1.cs (text/plain), 1.78 KiB.

[2 May 2006 15:13] Kenneth Witt
The DDL to create the tables and stuff example data

Attachment: Database.sql (text/plain), 3.35 KiB.