<ADODB_Recordset>.AddNew

<< Click to Display Table of Contents >>

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

<ADODB_Recordset>.AddNew

 

Description

 

Creates a new record for an updateable ADODB_Recordset object.

 

Syntax

 

<ADODB_Recordset>.AddNew

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

After you call this method, the new record will be the current record.

 

After you call the AddNew method, the new record becomes the current record and remains current after you call the Update method.

 

Restrictions

 

See also

 

Examples