chasbrouck
Programmer
Hello,
I was hoping someone here may be able to help me out. I am connecting to an ORACLE Database and doing some processing. One of the things I need to do is pull records that have a value in a field called START_DT that is greater than the Current date.
Here is what is a portion of my where clause:
AND (SISI.CASE.START_DT > CurDate)
The value of Curdate is set by using the NOW() function in a VB script to pull the current date.
I know what I have here is no correct, can anyone point me in the right direction?
Thanks,
Chris Hasbrouck
Software Developer/Programmer
Bassett Healthcare
I was hoping someone here may be able to help me out. I am connecting to an ORACLE Database and doing some processing. One of the things I need to do is pull records that have a value in a field called START_DT that is greater than the Current date.
Here is what is a portion of my where clause:
AND (SISI.CASE.START_DT > CurDate)
The value of Curdate is set by using the NOW() function in a VB script to pull the current date.
I know what I have here is no correct, can anyone point me in the right direction?
Thanks,
Chris Hasbrouck
Software Developer/Programmer
Bassett Healthcare