无码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的評論 (共 條)

分享到微博請遵守國家法律
景泰县| 襄樊市| 荣成市| 上杭县| 麻江县| 新密市| 昆山市| 嘉善县| 旺苍县| 宾阳县| 丹巴县| 文成县| 大田县| 咸阳市| 若羌县| 来宾市| 龙山县| 张家港市| 闸北区| 佳木斯市| 同心县| 台南县| 蕉岭县| 达尔| 竹溪县| 竹山县| 梁河县| 仪征市| 阜新| 和龙市| 马公市| 翁牛特旗| 嘉义县| 错那县| 读书| 灵台县| 遂溪县| 青州市| 松原市| 察隅县| 杨浦区|