Probably it is of interest for jou, or i did something very stupid:
I had a little piece of code who works fine up till know, just after
installing
the version 6.5.3 i got the message 'parse error near union'
create table work as
select * from opdracht
union
select * from opdrachtproost
I know i can solve the problem with
insert into work in stead of the union keyword, but it is enoying that all
the programs had to be recompiled
many thanks, its a good product
Frans