hello
i have the following select statement:
SELECT bdate, platforma.descr, CDOW(checkin)+" "+DMY(checkin), ALLTRIM(STRTRAN(strtran(booking.notes,CHR(13)," "),CHR(10)," ")), guest FROM booking .......
I noticed that when the field contains an expression like
ALLTRIM(STRTRAN(strtran(booking.notes,CHR(13)," "),CHR(10)," "))
or CDOW(checkin)+" "+DMY(checkin)
the results going into a cursor are trimmed.
I remember I have found once a thread regarding this issue but I cannot find it anymore.
Does anybody know about this problem?
thank you
i have the following select statement:
SELECT bdate, platforma.descr, CDOW(checkin)+" "+DMY(checkin), ALLTRIM(STRTRAN(strtran(booking.notes,CHR(13)," "),CHR(10)," ")), guest FROM booking .......
I noticed that when the field contains an expression like
ALLTRIM(STRTRAN(strtran(booking.notes,CHR(13)," "),CHR(10)," "))
or CDOW(checkin)+" "+DMY(checkin)
the results going into a cursor are trimmed.
I remember I have found once a thread regarding this issue but I cannot find it anymore.
Does anybody know about this problem?
thank you