import pyodbc conn = pyodbc.connect(driver,DBCName, database, uid,pwd) cursor = conn.cursor() cursor.execute("select * from table").
確定! 回上一頁