Is there anyway of removing the zero and using a double null?
If(IsDBNull(CurrentRow.Item(5)) OrElse String.IsNullOrEmpty(CurrentRow.Item(5).ToString()), “0”, CurrentRow.Item(5).ToString())
this statement is assign to a variable.
Is there anyway of removing the zero and using a double null?
If(IsDBNull(CurrentRow.Item(5)) OrElse String.IsNullOrEmpty(CurrentRow.Item(5).ToString()), “0”, CurrentRow.Item(5).ToString())
this statement is assign to a variable.
I see you are assignin the values as string…can you elaborate on what you need and what youa retrying?
Are you getting an error?
Cheers