Bug #47615 | Incorrect field size returned when using DAO ODBCDirect | ||
---|---|---|---|
Submitted: | 24 Sep 2009 14:23 | Modified: | 7 Dec 2010 3:59 |
Reporter: | Hal Lind | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | ODBC 5.1.5 | OS: | Windows |
Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
Tags: | DAO, ODBCDirec |
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 Sep 2009 14:24]
Hal Lind
[5 Oct 2009 15:50]
Hal Lind
MSRDO20.DLL
Attachment: MSRDO20.DLL (application/x-msdownload, text), 388.50 KiB.
[12 Oct 2009 8:41]
Tonci Grgin
DAO registered
Attachment: Bug47615-DAO.jpg (image/jpeg, text), 10.60 KiB.
[12 Oct 2009 8:41]
Tonci Grgin
Same error again
Attachment: Bug47615-Error.jpg (image/jpeg, text), 17.80 KiB.