python學習:向Firebird數據庫表中插入數據

  向前一篇文章中建立的T1表中插入數據。python # -*- coding: utf-8 -*- """ Created on Tue Jul 10 22:06:43 2018 使用 executemany 方法,插入值保存在 list 中 @author: User """ import fdb con = fdb.connect(host='127.0.0.1',database='
相關文章
相關標籤/搜索