Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Delphi "CHAR" function.
Fri, Aug 3 2012 4:45 PMPermanent Link

Abdulaziz Al-Jasser

Hi,

Does SQL/PSM support "CHAR" function in stored procedures?  I am trying to write something like:

sBuffer = sBuffer + CHAR(13);


Regards,
Abdulaziz Jasser
Fri, Aug 3 2012 5:15 PMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Abdulaziz,

SET sBuffer = sBuffer + #13 ;


--
Fernando Dias
[Team Elevate]
Fri, Aug 3 2012 6:49 PMPermanent Link

Abdulaziz Al-Jasser

Fernando,

Works like a dream...Big thanks to you.]
Regards,
Abdulaziz Jasser
Image