Bug #22463 | PrimaryKey column collection not populated after FillSchema() | ||
---|---|---|---|
Submitted: | 19 Sep 2006 5:31 | Modified: | 28 Sep 2006 9:28 |
Reporter: | Jeremy Prine | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.15.12 | OS: | Windows (Windows XP SP2) |
Assigned to: | CPU Architecture: | Any |
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
[19 Sep 2006 5:32]
Jeremy Prine
[19 Sep 2006 5:33]
Jeremy Prine
C# code used to test for bug
Attachment: OdbcTest.cs (text/plain), 1.50 KiB.
[19 Sep 2006 5:33]
Jeremy Prine
Console output after executing test code
Attachment: Test code output.txt (text/plain), 198 bytes.