tabsdatabase_commit.htm

来自「Absolute Database 5.12 src. Absolute Da」· HTM 代码 · 共 64 行

HTM
64
字号
<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>TABSDatabase.Commit</b><span style="font-family:Helvetica,Arial; font-size:12pt; color:#0000FF"><b>
<br>
</b></span><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabsdatabase.htm>TABSDatabase</a></span></span><span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>
<br>
</b></span></span>
    </td>
    <td align="right">
     <font face="Arial" size="2">
     
     <a href="overview.htm">Top</a>&nbsp;
     
     </font>
    </td>
  </tr>
</table>
<br><br>



<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Permanently stores updates, insertions, and deletions of data associated with the current transaction, and ends the current transaction.
<br>

<br>
<b>procedure</b> Commit(DoFlushBuffers: Boolean=True);
<br>

<br>
<b>Description</b>
<br>
Call Commit to permanently store to the database file all updates, insertions, and deletions of data associated with the current transaction and then end the transaction. The current transaction is the last transaction started by calling StartTransaction.
<br>

<br>
The optional DoFlushBuffers parameter specifies whether the commit will perofrom OS flush to disk.
<br>

<br>
<b>Note:</b>&nbsp;&nbsp;&nbsp;Before calling Commit, an application may check the status of the InTransaction property. If an application calls Commit and there is no current transaction, an exception is raised.
<br>
<b>
<br>
Note:</b>&nbsp;&nbsp;&nbsp;<a href=readcommittedisolationlevel.htm>ReadCommitted isolation level</a> is used in multi-user mode.
<br>

<br>

<br>
</span>

<!--#include virtual="/inc/footer.php"--> 
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?