I've defined a field in my MS Sql Server 7 database as a 'text' datatype. However, when I issue a PB 6.5 update() function in my code I get the following error:
The text, ntext, and image data types cannot be used in the WHERE, HAVING, or ON clause,
except with the LIKE or IS NULL predicates.
No changes made to database.
Why is this error occuring and how can I correct this problem?
Sincerely,
Keith
The text, ntext, and image data types cannot be used in the WHERE, HAVING, or ON clause,
except with the LIKE or IS NULL predicates.
No changes made to database.
Why is this error occuring and how can I correct this problem?
Sincerely,
Keith