Bug #38210 | 5.2.2 .net adapter has some strange datatypes generated in teh dataset objects | ||
---|---|---|---|
Submitted: | 17 Jul 2008 18:03 | Modified: | 10 Apr 2009 11:59 |
Reporter: | Matthew Hill | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.2.2 | OS: | Windows |
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
[18 Jul 2008 10:38]
Tonci Grgin
[18 Jul 2008 10:39]
Tonci Grgin
Insert cmd params
Attachment: Bug38210-Ins.JPG (image/jpeg, text), 32.90 KiB.
[18 Jul 2008 10:40]
Tonci Grgin
Update cmd params
Attachment: Bug38210-Upd.JPG (image/jpeg, text), 35.93 KiB.
[18 Jul 2008 13:45]
Matthew Hill
Intellisense of the insert command for decimal.
Attachment: decimal_string_insert.GIF (image/gif, text), 4.96 KiB.
[18 Jul 2008 13:45]
Matthew Hill
intellisense of insert command for bool
Attachment: bool_byte_insert.GIF (image/gif, text), 3.07 KiB.