python實現數據庫編程

1.python操做mysql鏈接步驟: 1.建立connection鏈接對象 2.經過connection鏈接取得cursor遊標對象 3.經過遊標對象執行sql命令 4.經過cursor遊標取得執行結果 5.業務處理結果數據 6.關閉遊標cursor 7.關閉鏈接connection 2.參考代碼: 1.元祖遊標
相關文章
相關標籤/搜索