Hi guys,
I am trying to run a query and I am having this ADO error in SQL server2000:
"implicit conversion from data type ntext to varchar is not allowed. use convert function to run this query"
The query runs when the field, "testfieldcolumn" is set as varchar but when I set this as ntext it gives me the error above.
Any ideas?
Thnx
I am trying to run a query and I am having this ADO error in SQL server2000:
"implicit conversion from data type ntext to varchar is not allowed. use convert function to run this query"
The query runs when the field, "testfieldcolumn" is set as varchar but when I set this as ntext it gives me the error above.
Any ideas?
Thnx