SQLDateTime problem in c#

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
 
M

Mickey Moose

--
Mickey Moose

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

Thanks
Mickey Moose
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top