T
Tom
I am attempting to parse data from a flat file into a DataSet table. Some of
the columns are amount fields (decimal) or dateTime.
The flat file can contain spaces or low-values in cases where there is no
valide money or date. These should be treated as "null".
How do I initialize these columsn to null in this case. (I'm thinking of
something like DBNull)
the columns are amount fields (decimal) or dateTime.
The flat file can contain spaces or low-values in cases where there is no
valide money or date. These should be treated as "null".
How do I initialize these columsn to null in this case. (I'm thinking of
something like DBNull)