解决 'Could not convert variant of type (NULL) into type (String)

写存储过程中有不允许为空的字段,在客户端转化取数时显示

Could not convert variant of type (NULL) into type (String)

可以在存储过程中使用isnull(查询字段,默认值) as 字段名

posted @ 2018-09-25 14:24  Thenext  阅读(8896)  评论(0)    收藏  举报