2009年6月8日

sql null+x=null 的问题

摘要: [代码]由于 null+x=null,如果TotalReceivables=null将得不到想要的结果.解决方案[代码]在连接两个字符型字段时也会出现此问题[代码] 阅读全文

posted @ 2009-06-08 23:18 imbob 阅读(362) 评论(0) 推荐(0)

DBNull

摘要: Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 private void OutputLabels(DataTable dt) { string label; // Iterate rows of table foreach (DataRow row in dt.Rows) { int labelLen; label... 阅读全文

posted @ 2009-06-08 15:06 imbob 阅读(207) 评论(0) 推荐(0)

导航