I am using an ASp program with ADO to update date fields in a Pervasive table. I have the following command:
rs("DUEDATE_28" = dueDate
where rs is my recordset and dueDate is a variable containing the date I want the field updated to.
My question is - what format does dueDate need to be in as I am getting errors when I try to update the record with rs.Update saying that there is a problem converting the date. Mise Le Meas,
Mighty
rs("DUEDATE_28" = dueDate
where rs is my recordset and dueDate is a variable containing the date I want the field updated to.
My question is - what format does dueDate need to be in as I am getting errors when I try to update the record with rs.Update saying that there is a problem converting the date. Mise Le Meas,
Mighty