MarkEmerson
Programmer
Hi all,
I'm having a problem comparing two lots of text that is stored in a sql server db as long text datatypes.
All I want to do is a simple compare statement like:
---------------------------
If var1 <> var2 then
booTest = True
Else
booTest = False
End If
---------------------------
This works fine for varchar or char datatypes but it doesnt for long text. Any suggestions?
I'm having a problem comparing two lots of text that is stored in a sql server db as long text datatypes.
All I want to do is a simple compare statement like:
---------------------------
If var1 <> var2 then
booTest = True
Else
booTest = False
End If
---------------------------
This works fine for varchar or char datatypes but it doesnt for long text. Any suggestions?