Bug #6157 BUG in the alias use with ADO's Object
Submitted: 19 Oct 2004 13:05 Modified: 31 Dec 2007 13:48
Reporter: Roberto Mastrolinardo Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S1 (Critical)
Version:3.51.20 OS:Windows (Windows 95 / 98 / 2000 / XP)
Assigned to: Jim Winstead CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[13 Jun 2007 6:19] Erica Moss
ODBC trace against mysql

Attachment: SQL-mysql.LOG (application/octet-stream, text), 75.19 KiB.

[13 Jun 2007 6:20] Erica Moss
ODBC trace against sql server

Attachment: SQL-sqlserver.LOG (application/octet-stream, text), 81.94 KiB.

[17 Dec 2007 22:19] Jim Winstead
Use original field name instead of alias in SQLSetPos w/ SQL_ADD

Attachment: bug6157.patch (text/plain), 2.27 KiB.

[17 Dec 2007 22:26] Jim Winstead
Updated patch, which fixes SQLSetPos() w/ SQL_UPDATE, too

Attachment: bug6157.patch (text/plain), 2.73 KiB.