T
Trapulo
If CStr(params(4).Value).Length = 0 Then params(4).Value = DBNull.Value
Debugging I check this:
? CStr(params(4).Value).Length = 0
False
? CStr(params(4).Value)
"3"
But executing the code params(4).Value = DBNull.Value is executed!!
p.s. Dim params(4) As SqlParameter, where sql parameter came from MS Data
access block
Debugging I check this:
? CStr(params(4).Value).Length = 0
False
? CStr(params(4).Value)
"3"
But executing the code params(4).Value = DBNull.Value is executed!!
p.s. Dim params(4) As SqlParameter, where sql parameter came from MS Data
access block