robmason10
Technical User
Here's the dilemma....
We have a 3rd part piece of s/w that has a 'built-in' sql engine...but it isn't comprehensive...I have the following sytex which works perfectly directly on the sql db but doesn't work when integrated through this 3rd party stuff - problem is I don't know what does and does not work - I am on trail and error basis only....
So I need re-arrangements of the following syntax that would give the same result to try....
heres the line that I know is causing the troble:
AND
(tblCapacity.dtStartDate < GETDATE()) AND (tblCapacity.dtEndDate > GETDATE() OR tblCapacity.dtEndDate IS NULL)
and a virtual pint of larger for the winner!
We have a 3rd part piece of s/w that has a 'built-in' sql engine...but it isn't comprehensive...I have the following sytex which works perfectly directly on the sql db but doesn't work when integrated through this 3rd party stuff - problem is I don't know what does and does not work - I am on trail and error basis only....
So I need re-arrangements of the following syntax that would give the same result to try....
heres the line that I know is causing the troble:
AND
(tblCapacity.dtStartDate < GETDATE()) AND (tblCapacity.dtEndDate > GETDATE() OR tblCapacity.dtEndDate IS NULL)
and a virtual pint of larger for the winner!