I have a web form which has around 30 or so fields, most of which are optional from an SQL standpoint (i.e. table column allows Null). I'm using a dataset and table adapter to generate my Insert and Update. Most of the fields are strings, but there are also Dates and Integers.
What I'm...
I'm a complete SQL Noob so if this is ridiculously easy, I'll apologize now!
I'm trying to set a column "Status" in a record based on column DueDate compared to the current date as well as the contents of another column called DateClosed.
So in non-SQL syntax, what I'm looking at is
IF...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.