I'm using a BASISplus 8.? Database which I believe is SQL2 compliant. I need a command that will limit the number of characters that get returned from a memo field to 255. I have tried the following command but havent gotten it to work:
convert(varchar(255), DBASE.MEMO_FIELD)
Thanks in advance
convert(varchar(255), DBASE.MEMO_FIELD)
Thanks in advance