To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115384





------- Additional comments from lu...@openoffice.org Sat Nov  6 14:34:03 +0000 
2010 -------
The problem is in dbaccess/source/ui/uno/copytablewizard.cxx.

changeset 266756 moved "case DataType::BIT" in the function
CopyTableWizard::impl_copyRows_throw.
DataType::BIT now results in a call to aTransfer.transferComplexValue(
&XRow::getBytes, &XParameters::setBytes ). getBytes tries to convert the VT_BOOL
value to VT_ARRAY, which fails. Putting DataType::BIT back where it was,
together with DataType::BOOLEAN, solves the problem in my copy of DEV300_m92.



---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to