FoxLearner
Programmer
Hi all
I got a problem all of a sudden. Select statements in my code doesn't like variables any more. For example:
LOCAL lcCursor, loTable
lcCursor = SUBSTR(SYS(2015), 3, 10)
SELECT * FROM (tcTable) ;
ORDER BY effdtereq DESC, prop_id DESC ;
INTO CURSOR (lcCursor)
It has been working for months, and suddenly it started today. "It says sintax error". No indication what so ever. The app is on production. Any immediate help is appreciated.
Thanks
Foxlearner
I got a problem all of a sudden. Select statements in my code doesn't like variables any more. For example:
LOCAL lcCursor, loTable
lcCursor = SUBSTR(SYS(2015), 3, 10)
SELECT * FROM (tcTable) ;
ORDER BY effdtereq DESC, prop_id DESC ;
INTO CURSOR (lcCursor)
It has been working for months, and suddenly it started today. "It says sintax error". No indication what so ever. The app is on production. Any immediate help is appreciated.
Thanks
Foxlearner