Hi,
I know that you cannot place ntext data types into variables but I was wondering if anyone knows of a "work around" for this.
The problem I have is that I need to compare 2 ntext data types to check if they are the same or different.
What I am doing - When a user edits a record and then clicks update (via the website) I want to compare the value currently stored in the database with the value from the textbox on the website.
I am using a stored procedure at the moment to do this.
Thanks in advance
I know that you cannot place ntext data types into variables but I was wondering if anyone knows of a "work around" for this.
The problem I have is that I need to compare 2 ntext data types to check if they are the same or different.
What I am doing - When a user edits a record and then clicks update (via the website) I want to compare the value currently stored in the database with the value from the textbox on the website.
I am using a stored procedure at the moment to do this.
Thanks in advance