Bug #37591 | Connector 5.2.2 Foreign Key Constraints cause table adpater error in .NET | ||
---|---|---|---|
Submitted: | 23 Jun 2008 17:29 | Modified: | 15 Aug 2008 14:59 |
Reporter: | Matthew Hill | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 5.2.2 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | ErrorCode:-1 creating tableadapter, Source: Microsoft.VSDesigner |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[18 Jul 2008 14:17]
Matthew Hill
[18 Jul 2008 14:18]
Matthew Hill
tblsublock
Attachment: tblsubblock.sql (text/plain), 967 bytes.
[18 Jul 2008 14:18]
Matthew Hill
test.sql
Attachment: test.sql (text/plain), 1.06 KiB.
[19 Jul 2008 3:20]
Keith Jones
An example that will cause the errors I described above.
Attachment: elogbook_mysql.sql (application/octet-stream, text), 2.49 KiB.
[22 Jul 2008 8:50]
Tonci Grgin
VS2005 snapshot
Attachment: Bug37591.JPG (image/jpeg, text), 83.57 KiB.