Bug #41942 | myODBC ENTER SQLDescribeCol / faulting module myodbc5.dll, version 5.1.5.0 | ||
---|---|---|---|
Submitted: | 8 Jan 2009 3:42 | Modified: | 5 Feb 2009 13:54 |
Reporter: | Thaddee bechtold | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.1.5 | OS: | Windows (XP SP3) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
Tags: | crash, MyODBC, SQLDescribeCol |
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
[8 Jan 2009 5:04]
Thaddee bechtold
[8 Jan 2009 5:04]
Thaddee bechtold
Schema of the Database
Attachment: schema.txt (text/plain), 1.18 KiB.
[13 Jan 2009 16:06]
Vasco Veloso
My ODBC log file.
Attachment: SQL - mysqltest.LOG (, text), 9.41 KiB.
[15 Jan 2009 5:35]
Thaddee bechtold
Here the Microsoft Visual Studio 2005 project
Attachment: testmysql.zip (application/x-zip-compressed, text), 59.75 KiB.