Dates, SQL & VB.NET -- Should be easy but I have problems....

  • Thread starter Thread starter tangokilo
  • Start date Start date
T

tangokilo

Hi,

I am at a loss! So please excuse me as a true novice at this....!!!

How can I compare dates in a windows form (not web form) using VB.NET and
SQL 2000?

For example, one date is blank (the ending date) the other (starting) date
is 15 Feb 2004 for arguments sake. How do I do this and what methods can I
use? Oh, I am also using Microsofts Data Access Block v2....

When no dates are available, I store them as NULL or spaces (ahh) on SQL
2000.
How can I compare dates in VB where one date maybe today and the other is
empty?
Is there an easier way than for me trying to code this?
Does VB have a control? I can't find it?

I am sure someone would have done something basic like this before?

Thanks Thomas
 
Back
Top