SqlParameter ParamValue= new SqlParameter("@Address", SqlDbType.NVarChar, 20);
ParamValue.Value = DBNull.Value;

要在程式中把 null 值塞給參數,必需像上述範例一樣,透過 DBNull.Value 來處理,
不能直接將 ParamValue.Value = null ,這樣做的話,會找不到 @Address 這個參數喔。

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 浮雲 的頭像
    浮雲

    missice's Blog

    浮雲 發表在 痞客邦 留言(0) 人氣()