To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108319 Issue #|108319 Summary|wrong column length read from boundfield in base form Component|Database access Version|OOo 3.1.1 Platform|Unknown URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|MySQL Connector/OOo Assigned to|dbaneedsconfirm Reported by|kububa
------- Additional comments from [email protected] Thu Jan 14 12:39:37 +0000 2010 ------- - Let's say I have a table `Users` in mysql database. I have two columns, `Id` which is Int type and `Username` which is VARCHAR(255). - I have OpenOffice that uses Sun Mysql Native Connector. - I create new form with wizard, open it to enter data and in textbox showing `Username` column I can enter only 7 letters. - In editing mode I see the length of textbox is set to 0. - I manually define the length to 255 in editing mode of form, now I can enter 255 letters in this textbox in form. - I open this table in OpenOffice Base, I can enter in `Username` column 255 letters, here everything is ok. So, probably Openoffice (or rather the native mysql connector) improperly reads the defined column length from the database, only in forms. Please note this value is read properly, when I use ODBC driver. --------------------------------------------------------------------- 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]
