Bug #10128 | Error in evaluating simple mathematical expression | ||
---|---|---|---|
Submitted: | 24 Apr 2005 16:28 | Modified: | 10 Jan 2008 9:25 |
Reporter: | Nikos Sarris | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.1 | OS: | Windows (Win XP Pro SP2) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | SQL_NUMERIC_STRUCT |
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
[24 Apr 2005 20:05]
Nikos Sarris
[24 Apr 2005 20:23]
Nikos Sarris
The VC6 app (not by me, needs to be compiled). Connect through the ODBC driver and query "SELECT 1/2"
Attachment: ISQLADO_src.zip (application/x-zip-compressed, text), 97.32 KiB.
[2 Jan 2008 22:06]
Jess Balint
fix + test
Attachment: x11.txt (text/plain), 1.80 KiB.
[2 Jan 2008 22:08]
Jess Balint
changed test slightly
Attachment: x11.txt (text/plain), 1.74 KiB.