Hello

in a strongly typed dataset, we can set defaults for each field.

How can we set default for a datetime type field ?


If I set it either to: now; Now; Now(), now() or DateTime.Now - it doesn't
work.

So how do I set it ?

Thanks