sdac3 filter expressions no more useful with sdac4!

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ludek
Posts: 301
Joined: Thu 12 Oct 2006 09:34

sdac3 filter expressions no more useful with sdac4!

Post by Ludek » Fri 06 Apr 2007 17:18

Hi,
I always used following filter expressions with sdac3, which really worked fine:

Code: Select all

((auslist_dat is null) or (auslist_dat > '6.4.2007 19:15:32'))
now, with sdac4, I only get "Illegal filter expression"
Please, could you make the TMSQuery component accept such expressions again?
Thanks!

kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Filer exp. and SDAC 4

Post by kurtbilde » Sun 08 Apr 2007 11:32

Hi Ludek,

Go to the ODAC forum: http://www.crlab.com/forums/viewtopic.php?t=9419

This has been solved, and I guess that you e-mail support for a fix for SDAC as well. I use both SDAC and ODAC, so I will wait for the next release, hopefully not so many days away.

-Kurt

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 10 Apr 2007 08:23

Thank you for information.
We have reproduced the problem and fixed it.
This fix will be included in the next build of SDAC 4.
Please watch for announcements at the forum.

kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Post by kurtbilde » Tue 10 Apr 2007 09:15

So this is not fixed in the just released version....

-Kurt

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 10 Apr 2007 09:36

This fix will be included in the SDAC 4.00.0.6.

kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Post by kurtbilde » Tue 10 Apr 2007 16:22

When is 4.00.6 due to be released?!?

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Wed 11 Apr 2007 12:43

Next build of SDAC (4.00.0.6) will be available in about three weeks.

Post Reply