To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87325
------- Additional comments from [EMAIL PROTECTED] Fri Apr 4 06:34:35 +0000 2008 ------- Hi, when you try to save as dbf I noticed that a SQLException is thrown with this statement "The "N1" column has been defined as a "Decimal" type, the max. length is 3 characters (with 2 decimal places). The specified value is longer than the number of digits allowed." So you have to have in mind that N,5,2 means that can the value can be 5 characters long. 2 characters are reserved for the decimal places and 1 character for the sign (+/-). In other words only values from (+,-)(0..9).(xx) can be saved correctly. --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
