To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97159 Issue #|97159 Summary|Query doesn't work any more Component|Database access Version|DEV300m35 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P2 Subcomponent|none Assigned to|dbaneedsconfirm Reported by|mechtilde
------- Additional comments from [email protected] Thu Dec 11 21:25:29 +0000 2008 ------- A query working more than 3 1/2 year doesn't work any more with version DEV300_m35 SELECT `Konten`.`Kontonummer`, `Konten`.`Kontoname`, SUM( `Uberweisung`.`SollEUR` ), SUM( `Uberweisung`.`HabenEUR` ) FROM `Hauptbuch2008`.`Uberweisung` AS `Uberweisung`, `Hauptbuch2008`.`Konten` AS `Konten` WHERE `Uberweisung`.`Kontenbezeichnung` = `Konten`.`ID` AND `Uberweisung`.`Uberweisungsdatum` >= :Anfangsdatum AND `Uberweisung`.`Uberweisungsdatum` <= :Enddatum GROUP BY `Konten`.`Kontonummer`, `Konten`.`Kontoname` HAVING ( ( `Konten`.`Kontonummer` <> 'Null' ) ) If I execute the query the parameters are not observed. The parameter should collect all informations e.g for one month but this is ignored At this time I have no idea to give more information Please ask for them. --------------------------------------------------------------------- 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]
