开发者

"fetch type out of range" error message throwing

While executing the following code szNotes := SQL.FieldByName('Notes').AsString; throwing an "fetch type out of range" error message. I'开发者_开发技巧m using SQL Server DB, the field type is VARCHAR(MAX). How to resolve this issue, please guide me.


try to use szNotes := SQL.FieldByName('Notes').AsWideString;

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜