To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103847 Issue #|103847 Summary|64-bit ODBC support not built with "modern" header fil |es. Component|Database access Version|OOO310m9 Platform|All URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|none Assigned to|dbaneedsconfirm Reported by|erik_lundqvist
------- Additional comments from [email protected] Mon Jul 27 22:17:14 +0000 2009 ------- >From looking at the latest source, it appears like the ODBC calls have not >been updated to match the function signatures of ODBC 64-bit implemenations. (for an example see :/connectivity/source/inc/odbc/OFunctions.hxx). Modern odbc header files use SQLLEN for many length and indicator variables. In 64-bit ODBC, SQLLEN should be defined as an 8-byte integer. Using incorrect function prototypes causes all sorts of runtime failures when using most 64-bit ODBC Drivers. I'm reporting this problem under Linux64, since that's where I see it, but if you ever want provide a 64-bit OO for Windows, it'll be a problem there too. (Maybe there is 64-bit specific version of the code, and I just didn't see it? Newbie..) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
