五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(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的評論 (共 條)

分享到微博請遵守國家法律
启东市| 普宁市| 江孜县| 周宁县| 阿坝| 和平区| 泰和县| 平顺县| 正镶白旗| 合阳县| 襄城县| 岢岚县| 康马县| 阿坝| 宁波市| 鹤壁市| 阿坝| 大田县| 鹤壁市| 福泉市| 井陉县| 陈巴尔虎旗| 兰考县| 清水县| 即墨市| 康定县| 盐亭县| 安多县| 澳门| 盐边县| 青阳县| 斗六市| 文山县| 同德县| 利川市| 沧州市| 新乐市| 沂源县| 城步| 广丰县| 彭山县|