T
Tina
I have instantiated an insertRow for a dataset. I now want to make the
GLCode DBNull.
I have tried:
insertRow.GLCode = Convert.dbnull
insertRow.GLCode = Convert.dbnull(insertRow.GLCode)
and several other things.
How is it done?
GLCode DBNull.
I have tried:
insertRow.GLCode = Convert.dbnull
insertRow.GLCode = Convert.dbnull(insertRow.GLCode)
and several other things.
How is it done?