I am trying to compare a date value from a dateTimePicker to values in a database table containing a date column. Is there anyway i can do this without using a datagrid.
Thank you.
Printable View
I am trying to compare a date value from a dateTimePicker to values in a database table containing a date column. Is there anyway i can do this without using a datagrid.
Thank you.
Compare for equality?
Please can you give me an code snippet. I dont know what objects to use (DataAdapter, DataSet, Connection etc ?????) I am so confused PLEASE help me. i have added all the above to my form but i just dont know how to use them.
Thank you
Aah, so you need an ADO.NET tutorial, correct? Try GotDotNet's quickstart tutorials, if that's the case.
thank you very much. i'll do that.