G
Guest
Hi all...
I have a typed dataset that corresponds to a SQL Server database model.
I have in a table a datetime column that cannot be null, but it has a
default value of getdate().
How can I set the default value for the corresponding DataSet table? I tried
using getdate() or DateTime.Today for the column DefaultValue property but
without success..
Any help will be greatly appreciated
Thanks
Jaime
I have a typed dataset that corresponds to a SQL Server database model.
I have in a table a datetime column that cannot be null, but it has a
default value of getdate().
How can I set the default value for the corresponding DataSet table? I tried
using getdate() or DateTime.Today for the column DefaultValue property but
without success..
Any help will be greatly appreciated
Thanks
Jaime