LonnieJohnson
Programmer
I have an application that I am sending parameters to a stored procedure. I have a field that is a varchar(8000) in the table and a parameter in my sproc that is also varchar(8000).
However, when I send over 4000 characters via the Parameters.AddWithValue process it bombs with this message...
Any ideas?
ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!
However, when I send over 4000 characters via the Parameters.AddWithValue process it bombs with this message...
Implicit conversion from data type ntext to varchar is not allowed. Use the CONVERT function to run this query.
Any ideas?
ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!