您的位置:首页 > 其它

No size set for variable length data type: String

2005-09-28 16:35 471 查看
when try to insert an empty string to oracle through .Net, it would through an error like this:No size set for variable length data type: String. It occured cause oracle does not treat empty string as null in database, it need to be instead by System.DBNull in DotNet.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐