AdoRecord:CopyRecord()

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoRecord Class >

AdoRecord:CopyRecord()

Previous pageReturn to chapter overviewNext page

Purpose

Copies a entity represented by a Record to another location.

 

Prototype

METHOD CopyRecord (        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 copied.

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 asynchronous.

 

 

Return

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

 

See Also

AdoRecord, AdoRecord:Cancel(), AdoRecord:MoveRecord(), AdoCopyRecordOptionsEnum