<
从版本< 4.1 >
Qiongpan Ke编辑
在2024-04-19上
到版本
Qiongpan Ke编辑
在2024-07-03上
修改评论: 该版本没有评论

摘要

细节

Icon 页面属性
内容
... ... @@ -45,13 +45,11 @@
45 45   dbins = "insert into " & tableName & " (" & Replace(dbval(titleCells), "'", "") & ") values (" & dbval(valueCells) & ");"
46 46  End Function
47 47  
48 -
49 49  ' 获取数据行对应的 DML 删除语句。
50 50  Function dbdel(tableName As String, primaryKey As String, primaryValue As String) As String
51 51   dbdel = dbval(primaryValue)
52 52   dbdel = "delete from " & tableName & " where " & primaryKey & IIf(dbdel = "null", " is ", " = ") & dbdel & ";"
53 53  End Function
54 -
55 55  {{/code}}
56 56  
57 57  = 使用示例 =

同级页面

版权所有,如发现盗用模仿必追诉法律责任!
CopyRight © 2020-2023 keqiongpan.cn. All Right Reserved.