To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85371
------- Additional comments from [EMAIL PROTECTED] Mon Jan 21 13:07:31 +0000 2008 ------- @fs You mean the concrete query I want to copy? I do the copy with version 2.3.1. SELECT `Konten`.`Kontonummer`, `Konten`.`Kontoname`, SUM( `Uberweisung`.`SollEUR` ), SUM( `Uberweisung`.`HabenEUR` ) FROM `Hauptbuch2008`.`Uberweisung`, `Hauptbuch2008`.`Konten` WHERE ( `Uberweisung`.`Kontenbezeichnung` = `Konten`.`ID` ) AND ( ( `Uberweisung`.`Uberweisungsdatum` >= :Anfangsdatum AND `Uberweisung`.`Uberweisungsdatum` <= :Enddatum ) ) GROUP BY `Konten`.`Kontonummer`, `Konten`.`Kontoname` HAVING ( ( `Konten`.`Kontonummer` <> 'Null' ) ) This query works since the middle of 2005. I only replaced 2008 through 200x ( = 5-7) I can't also copy tables and forms in version OOH_m2 (Sun), OOH_m3 (Pavel) SRC_m242 (Sun and Pavel). I test it also with MySQL via JDBC *and* ODBC Mechtilde --------------------------------------------------------------------- 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]