Then when I was in the asp to submit the form
Rs (" date fields ")=the date ()
Rs. Update
Complains that asp page
Microsoft Cursor Engine errors' 80040 e38 '
Not in a position to update, some values may have changes since the last time in reading,
Then I change the date field of mysql to character vcachar type, and then I date of asp is submitted () 2020-06-08,
Rs (" date fields ")=the date ()
Rs. Update
Submitted, save the date format characters are automatically become 8/6/2020.
CodePudding user response:
Why don't you save the timestamp, turn again to want what format,CodePudding user response:
You can use the replace function transformationRs (" date fields ")=Replace (date (), "/", "")
Rs. The update
CodePudding user response:
The format of the database it doesn't matter, according to the time of formatting the line