Hello,
I am trying to write an ADO update script that can update multiple rows within a table based on two dates. For example, the rows are all assigned dates, and I want to update the corresponding rows via dates. An example:
Add the text "booked" into all rows that have a date in between 6/1/2003 and 6/10/2003. How would I go about doing this in ADO?
I am trying to write an ADO update script that can update multiple rows within a table based on two dates. For example, the rows are all assigned dates, and I want to update the corresponding rows via dates. An example:
Add the text "booked" into all rows that have a date in between 6/1/2003 and 6/10/2003. How would I go about doing this in ADO?