Bug #39409 | Error creating dataset from stored procedure | ||
---|---|---|---|
Submitted: | 11 Sep 2008 19:41 | Modified: | 26 May 2009 13:04 |
Reporter: | Mike Hat | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 5.2.5 | OS: | Windows (revision 1411) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
Tags: | dataset, Parameters, Server Explorer, stored procedures, table adapter |
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
[11 Sep 2008 19:42]
Mike Hat
[12 Sep 2008 15:24]
Mike Hat
Error window when i try to open the server explorer
Attachment: error1.jpg (image/jpeg, text), 51.15 KiB.
[22 Jan 2009 15:08]
raymon mudrig
small database that repeats the behaviour
Attachment: testdb.zip (application/x-zip-compressed, text), 1018 bytes.