Bug #41629 | A connectionstring cannot be re-used once I shut down Visual Studio 2008 | ||
---|---|---|---|
Submitted: | 19 Dec 2008 9:21 | Modified: | 17 Feb 2010 14:14 |
Reporter: | tzu chjeh wu | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 5.2.5, 6.2.2 | OS: | Windows (Vista Ultimate SP1) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
Tags: | connector |
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 Feb 2010 11:32]
Tonci Grgin
[11 Feb 2010 12:02]
Jean-Luc Barraud
How to reproduce the bug VS 2008 (1)
Attachment: Bugmysql.png (image/png, text), 127.90 KiB.
[11 Feb 2010 12:02]
Jean-Luc Barraud
How to reproduce the bug VS 2008 (2)
Attachment: Bugmysql2.png (image/png, text), 131.93 KiB.
[15 Feb 2010 15:50]
Tonci Grgin
SS of problem
Attachment: Bug41629-1.jpg (image/jpeg, text), 147.29 KiB.