Zohar
unread,Mar 31, 2025, 4:28:25 AMMar 31Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Migrated By Firefly
Hi all,
We have some fields that are historically of the image type and contain text (converted from the Memo type in Magic).
Unfortunately, we can't convert them to varchar(max) in the database, but sometimes we need to write SQL queries to display its text.
Usually, we use this code to do it:
It works great when the client's database is collated in Hebrew_CI_AS, but returns gibberish when the collation is Hebrew_100_CI_AI.
Has anyone encountered this issue in the past and found a solution?