daniel.kae...@twc.de wrote:
SELECT * FROM table  WHERE Datum >= :Anfangsdatum AND Datum" <= :Enddatum


therefore i double the date column

A select on a table or a view works for me too. Only with a SQL function i
have the problem.

Regards
Daniel

The latest version (3.1.x) supports parameter queries. Earlier versions supported naked parameters with some comparison operator. Anything with functions and operators failed.


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

Reply via email to