Hi,
Basically all the data is Queried from a Sql database using stored procedure( retrieves ids,timestamp field,etc). Relevant information is then displayed on the form, ie textboxes and checkboxes. The user will make the changes and click submit which will call a SQL store procedure again.
However in the sp, one of the parameters field is a timestamp field. How do i actually store a timestamp field in ASP or pass the value?
Basically all the data is Queried from a Sql database using stored procedure( retrieves ids,timestamp field,etc). Relevant information is then displayed on the form, ie textboxes and checkboxes. The user will make the changes and click submit which will call a SQL store procedure again.
However in the sp, one of the parameters field is a timestamp field. How do i actually store a timestamp field in ASP or pass the value?