Hi Everyone,
I have a problem about setting a DateTime field. I am using 10.1 and adding a new feature from silverlight that
has an attribute which type is Date. When attribute value is "null", in Database it saves as 01.01.1970. So, when i query it i
handled 01.01.1970. What i want is; when i set attribute null, it must be set as null not 01.01.1970. I search a lot and find something
about datetime but no about this.
Thanks a lot