AdoRecord:MoveRecord()

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoRecord Class >

AdoRecord:MoveRecord()

Previous pageReturn to chapter overviewNext page

Purpose

Moves a entity represented by a Record to another location.

 

Prototype

METHOD MoveRecord (         cSource AS USUAL, cDestination AS USUAL, cUserName AS USUAL, 

 cPassword AS USUAL,  liOptions AS USUAL, lASync AS USUAL )  

 AS STRING PASCAL  CLASS AdoRecord

 

Argument(s)

cSource        (Optional) STRING a URL specifying the entity to be copied

cDestination        (Optional) STRING the URL specifying the location where Source will be moved.

cUsername        (Optional) STRING The user ID that, if needed, authorizes access to Destination

cPassword        (Optional) STRING The password that, if needed, verifies UserName

liOptions        (Optional) LONG The behaviour of this method

lAsync        (Optional) LOGIC A Boolean value that, when True, specifies that this operation should be synchronous.

 

 

Return

STRING        The value of Destination. However, the exact value returned is provider-dependent.

 

See Also

AdoRecord, AdoRecord:Cancel(), AdoRecord:MoveRecord(), AdoMoveRecordOptionsEnum