Bug #19566 | Cannot update or delete using SQLSetPos | ||
---|---|---|---|
Submitted: | 5 May 2006 17:10 | Modified: | 17 May 2007 20:19 |
Reporter: | Pascal Viandier | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 3.51.15 | OS: | Any (Debian Linux X86) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | SQLSetPos |
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 May 2006 16:05]
Pascal Viandier
[22 May 2006 12:27]
Tonci Grgin
ODBC log file
Attachment: 19566myodbclog.zip (application/zip, text), 7.81 KiB.
[22 May 2006 12:27]
Tonci Grgin
VS2005 sources
Attachment: Source19566.zip (application/zip, text), 5.52 KiB.
[15 May 2007 10:47]
Tonci Grgin
Logs
Attachment: 19566-logs.zip (application/x-zip-compressed, text), 6.29 KiB.