G
Guest
Hello,
I have a system where it gets its data from a file that is provided
periodically. There are cases where many values such as dates are blank.
Considering DateTime variable doesn't accept null, and SQL Server doesn't
accept DateTime.MinValue...
What is the solution to deal with these kind of cases? I probably could
create some work around to send some awkword value that SQL accept and then
treat it from there, but to me there should be some other practical solution
for this!??
(btw: my company hasn't updated to 2.0 yet)
Thanks for your response in advance,
Reza
I have a system where it gets its data from a file that is provided
periodically. There are cases where many values such as dates are blank.
Considering DateTime variable doesn't accept null, and SQL Server doesn't
accept DateTime.MinValue...
What is the solution to deal with these kind of cases? I probably could
create some work around to send some awkword value that SQL accept and then
treat it from there, but to me there should be some other practical solution
for this!??
(btw: my company hasn't updated to 2.0 yet)
Thanks for your response in advance,
Reza