another 发表于 2012-7-5 12:06:35

对数据库写数据“”如何操作?

Function name:   _InsertTbl
Description:    往表中写入数据
Parameter(s):$oConnectionObj -_MsSQLConnect函数的返回值   $Tbl - 需写数据的表
$A_Row - 写入数据的列名,多列用英文逗号分隔   $A_data - 写入的数据
Example: _InsertTbl($oConnectionObj, "ceshitbl","pass,test","7000,0")
Return Value(s):成功返回 1. 失败返回0并设置 @error = 1
Requirement(s):        Autoit 3 的COM组件支持
Author(s):                crossdoor

我想写入的数据内容_InsertTbl($Conn, "Test","Test1,Test2","$CS1,$CS2")。请问这里如何写才不会出错。

another 发表于 2012-7-5 12:15:40

怎么没人帮帮忙呀?
页: [1]
查看完整版本: 对数据库写数据“”如何操作?