<< Click to Display Table of Contents >> AdoRecord:CopyRecord() |
![]() ![]() ![]() |
Copies a entity represented by a Record to another location.
METHOD CopyRecord ( cSource AS USUAL, cDestination AS USUAL, cUserName AS USUAL,
cPassword AS USUAL, liOptions AS USUAL, lASync AS USUAL )
AS STRING
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.
STRING The value of Destination. However, the exact value returned is provider-dependent.
AdoRecord, AdoRecord:Cancel(), AdoRecord:MoveRecord(), AdoCopyRecordOptionsEnum