To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49501 Issue #:|49501 Summary:|edit tinyint fields has byte interpretation problem Component:|Database access Version:|1.0.0 Platform:|PC URL:| OS/Version:|Linux Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|none Assigned to:|msc Reported by:|gamboz
------- Additional comments from [EMAIL PROTECTED] Thu May 19 03:34:12 -0700 2005 ------- When I try to update or insert any number in a tinyint field from openoffice database tools (View -> Data Sources -> select a table -> click an a tinyint field -> edit the field -> enter) connected to a mysql server trough MyODBC, the result is always 0 if the field is unsigned and -128 otherwise. I don't think this i a driver problem because if I use the direct query tool (View -> Data Sources -> right click on a table -> SQL...) to run a similar query, the result is correct. A test table ca be as follow: CREATE TABLE `Table1` ( `ID` int(11) NOT NULL default '0', `f1` tinyint(4) default NULL, PRIMARY KEY (`ID`) ) TYPE=MyISAM; --------------------------------------------------------------------- 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]