<ADODB_Recordset>.UpdateD

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Properties >

<ADODB_Recordset>.UpdateD

 

Description

 
Set the value of a Field object in the form of a date.

Date format is the following "YYYY-MM-DD HH:MM:SS"

 

Syntax

 

 

SET

<ADODB_Recordset>.UpdateD(Name) = String (format to be used "YYYY-MM-DD HH:MM:SS")

 

Returns

 

String in the format of "YYYY-MM-DD HH:MM:SS"

 

Parameters

 

Name

Type

Optional

Meaning

Name

String


Field Name (the name of the column in the RecordSet)

 

Remarks

 

Restrictions

 

See also

 

Examples