D
dew
I am using sql to modify data, using parameters. However, if I set the
datatime to any other than a varchar, it bombs if the user enters a null
value. How am I supposed to handle this. Set param.Value to ???
param=cmd.parameters.add("@DueDate", sqldbtype.smalldatetime)
param.Value = txtDueDate.text
Thanks for your help.
datatime to any other than a varchar, it bombs if the user enters a null
value. How am I supposed to handle this. Set param.Value to ???
param=cmd.parameters.add("@DueDate", sqldbtype.smalldatetime)
param.Value = txtDueDate.text
Thanks for your help.