Bug #4666 MySqlDataAdapter.Update does not update Database
Submitted: 21 Jul 2004 3:30 Modified: 6 Aug 2004 16:14
Reporter: Brandon Schenz Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:0.7.6.15073 OS:Windows (Win XP Pro)
Assigned to: Matthew Lord 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:

[21 Jul 2004 4:29] Brandon Schenz
I used a StreamWriter to write to a file that contains the Insert, Update, and Delete Commands created by the commandbuilder

Attachment: MyCommandBuilderQueries.txt (text/xls), 4.73 KiB.

[30 Jul 2004 4:01] Brandon Schenz
Zipped file with small subset of data in table created with MySql Administrator

Attachment: Customer.zip (application/x-zip-compressed, text), 6.60 KiB.