long varchar to string

微笑、不失礼 提交于 2020-01-06 15:02:45

问题


I am using a long varchar column to store log information. Now I want to retrieve it to a string, in C#, using a DataReader. However, there is an error:

Request to retrieve BLOB column which had already been accessed. BLOB column may only be accessed once.


回答1:


Maybe this url will help you:

Retrieving ntext, text, or image Values

Best regards



来源:https://stackoverflow.com/questions/18483262/long-varchar-to-string

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!