M
Maan Bsat
Hi,
I have a table with an ntext column. Calling the
SqlDataReader.GetBytes() functions says that it's length 0 (when giving
it a Nothing buffer) and doesn't give any data when I give it a buffer.
If I change the column type to text instead of ntext, it works fine! Is
there anything I'm missing here?
Using GetChars() is even stranger: it says I'm giving it the wrong
column number no matter what number I give it... Thanks,
Maan
I have a table with an ntext column. Calling the
SqlDataReader.GetBytes() functions says that it's length 0 (when giving
it a Nothing buffer) and doesn't give any data when I give it a buffer.
If I change the column type to text instead of ntext, it works fine! Is
there anything I'm missing here?
Using GetChars() is even stranger: it says I'm giving it the wrong
column number no matter what number I give it... Thanks,
Maan