无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

【按鍵精靈】連接MySQL

2023-06-23 16:55 作者:酷玩蚊仔  | 我要投稿

Set connection = CreateObject("ADODB.Connection")

//connection.Open "DSN=Mysql;UID=root;PWD=123456;PORT=3306;DATABASE=testdb;Data Source=localhost"

connection.Open "Provider=MSDASQL.1;Password=123456;Persist Security Info=True;User ID=root;Data Source=localhost;Initial Catalog=testdb"


Set recordset = CreateObject("ADODB.Recordset")


connection.BeginTrans?


SQL1 = "DELETE FROM items WHERE id = 1"

connection.Execute SQL1, resLength1

TracePrint resLength1


SQL2 = "UPDATE items SET name = '龍紋劍', price = 777 WHERE id = 2"

connection.Execute SQL2, resLength2

TracePrint resLength2


SQL3 = "INSERT INTO items(name, price) VALUES('屠龍刀', '999')"

connection.Execute SQL3, resLength3

TracePrint resLength3


TracePrint connection.Errors.Count


If connection.Errors.Count > 0 Then?

connection.RollbackTrans?

Else?

connection.CommitTrans

End If


SQL = "SELECT * FROM items"

recordset.open SQL, connection, 1


If recordset.bof And recordset.eof Then?

TracePrint "沒有記錄"

Else?

While not recordset.eof?

TracePrint recordset("id") & " " & recordset("name") & " " & recordset("price")

recordset.movenext

Wend

End If


recordset.close?

connection.close

【按鍵精靈】連接MySQL的評論 (共 條)

分享到微博請遵守國家法律
石屏县| 宁国市| 隆昌县| 周宁县| 襄樊市| 沙坪坝区| 忻城县| 渝北区| 清远市| 常德市| 鹤庆县| 嘉兴市| 双鸭山市| 锡林浩特市| 临湘市| 文登市| 太湖县| 明水县| 白沙| 武安市| 和硕县| 德庆县| 湖口县| 乐亭县| 普定县| 宜春市| 南开区| 甘泉县| 武城县| 高雄县| 禹州市| 万安县| 宁明县| 德昌县| 赤峰市| 永仁县| 韩城市| 扎赉特旗| 理塘县| 内丘县| 山东|