They both map to the same type internally. So it's not an issue I think.
--
Greetz
Jan
________________
Read my weblog:
http://weblogs.asp.net/jan
"Alex Maskaev" <alex/at/impet.com> schreef in bericht
news:...
> Hi there!
>
> I've met strange behavior in VS 2003:
> I created Web service with web method which returns typed DataSet with
some
> fields of "date" data type.
> But when I've added web reference to this web service in other project,
I've
> seen that fields in this dataset (which was created in folder Web
Reference)
> now have type "datetime"!
>
> Does anybody know how can I avoid this behavior?
>
>