执行数据库
<h1>功能</h1>
<p>通过与数据库建立连接,通过特定的sql语句执行数据库。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>数据库</td>
<td>【TdataTable】数据库名称,连接数据库函数的输出变量</td>
<td>d</td>
</tr>
<tr>
<td>SQL</td>
<td>【字符串】SQL语句</td>
<td>'INSERT INTO K_USER_JOB VALUES (''测试'','11')'</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.执行数据库需要先连接数据库。</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/94d17123fe7b9317658551734342a18d" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/cce7c6db4a7929f84ee8252216d190b2" title="[组件[执行数据库示例]_20210421.db">组件[执行数据库示例]_20210421.db</a></p>