Bug #3780 | reading or setting ADODB.Connection.DefaultDatabase is not supported | ||
---|---|---|---|
Submitted: | 16 May 2004 2:17 | Modified: | 31 Dec 2007 13:49 |
Reporter: | Adrian Sandor | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.21 | OS: | Windows (Windows XP) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | ADO |
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
[16 May 2004 19:10]
Peter Harvey
[29 Sep 2006 16:59]
Eric Herman
ScriptUnit test demonstrating that the DefaultDatabase can be successfully set
Attachment: ScriptUnitBug3780.tar.gz (application/x-gzip, text), 948 bytes.
[31 Jan 2007 13:57]
Tonci Grgin
Test case, c/ODBC 5.0.12.0
Attachment: wikitest.vbs (application/octet-stream, text), 1.70 KiB.
[27 Dec 2007 17:39]
Bogdan Degtyariov
patch with the test case
Attachment: patch3780v2.diff (application/octet-stream, text), 2.90 KiB.
[27 Dec 2007 19:08]
Bogdan Degtyariov
patch with the test case version 3
Attachment: patch3780v3.diff (application/octet-stream, text), 4.85 KiB.