SQLDateTime problem in c#

  • Thread starter Thread starter Mickey Moose
  • Start date Start date
M

Mickey Moose

Hi All;
I'm new to cs developing so if this is a stupid problem ... I'll take the
hit if I can get the answer;-}
I have a variable of type SQLDateTime. My research says that this requires
the System.Data.SqlTypes namespace.
I tried to add this throught the IDE Add Reference Dialog but it does not
show up.
I can see it in the Object browser. I tried to add it manually to the
project file but the compiler told me, "Warning 1 The referenced component
'System.Data.SqlTypes' could not be found. "
I even re-referenced System.Data to the one shown in the Object Browser with
no luck.

What am I doing wrong?

Thanks and Sign Me
Stumped in Florida
 
--
Mickey Moose

It was the capitalization of SQL all the time.
What an Ultra maroon!!!!!!

Thanks
Mickey Moose
 
Back
Top