Bug #12405 | Error with division (/) math querys with VB6 | ||
---|---|---|---|
Submitted: | 5 Aug 2005 21:40 | Modified: | 29 Jun 2007 6:47 |
Reporter: | Luis A S Junior Camargo | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.51.11-2 | OS: | Windows (Win2k Server SP4) |
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
[7 Aug 2005 9:32]
Vasily Kishkin
[7 Aug 2005 18:52]
Luis A S Junior Camargo
Visual Basic 6 Project Test
Attachment: bug12405.zip (application/x-zip-compressed, text), 1.40 KiB.