📄 tabsbatchmovetype.htm
字号:
<html>
<head>
<title></title>
</head>
<!--#include virtual="/inc/header.php"-->
<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
<tr>
<td align="left">
<span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>TABSBatchMoveType type
<br>
</b></span>
</td>
<td align="right">
<font face="Arial" size="2">
<a href="overview.htm">Top</a>
</font>
</td>
</tr>
</table>
<br><br>
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Indicates the type of batch operation to be performed on a database tables.
<br>
<br>
<b>Unit</b>
<br>
ABSTypes
<br>
<br>
<b>type</b>
<br>
TABSBatchMoveType = (bmtAppend, bmtAppendUpdate, bmtCopy, bmtDelete, bmtUpdate);
<br>
<br>
<b>Description</b>
<br>
TABSBatchMoveType can take the following values:
<br>
<br>
<table border="0" cellpadding="1"><tr><td align="left" valign="top" width="125">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000"><b>Value</b>
<br>
</span></td><td align="left" valign="top" width="408">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000"><b>Meaning</b>
<br>
</span></td></tr><tr><td align="left" valign="top" width="125">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmtAppend
<br>
</span></td><td align="left" valign="top" width="408">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Append all records from the source table to the end of destination table. The destination and source tables must not have records with duplicate keys.
<br>
</span></td></tr><tr><td align="left" valign="top" width="125">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmtAppendUpdate
<br>
</span></td><td align="left" valign="top" width="408">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">If a matching record exists in the destination table, replace it with the corresponding record from the source table. Otherwise, append records to the destination table.
<br>
</span></td></tr><tr><td align="left" valign="top" width="125">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmtCopy
<br>
</span></td><td align="left" valign="top" width="408">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Copy the structure and records from the source table into the destination table. If the destination table already exists, delete it and replace it with the new copy of the source.
<br>
</span></td></tr><tr><td align="left" valign="top" width="125">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmtDelete
<br>
</span></td><td align="left" valign="top" width="408">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Delete all records in the destination table that also appear in the source table.
<br>
</span></td></tr><tr><td align="left" valign="top" width="125">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmtUpdate
<br>
</span></td><td align="left" valign="top" width="408">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">If a matching record exists in the destination table, replace it with the corresponding record from the source table.
<br>
</span></td></tr><tr><td align="left" valign="top" width="125">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">bmtSynchronize
<br>
</span></td><td align="left" valign="top" width="408">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">If a matching record exists in the destination table, replace it with the corresponding record from the source table. Otherwise, append records to the destination table. If a record in the destination table doesn't exist in the source table, record is deleted from the destination table.
<br>
</span></td></tr></table>
<br>
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -