E
El Camino
Howdy all
Picture this:
dtsdate.Tables("Batch").Columns.Add("Date", typDate)
dtsdate.Tables("Batch").Rows(0).Item("Date") = dbnull
Im trying to set the item to a dbNull value....
But i always get and error when the query execute.
Thanx
Picture this:
dtsdate.Tables("Batch").Columns.Add("Date", typDate)
dtsdate.Tables("Batch").Rows(0).Item("Date") = dbnull
Im trying to set the item to a dbNull value....
But i always get and error when the query execute.
Thanx