import cx_Oracle connection = cx_Oracle.connect("system", "manager", "192.168.178.32/MITP.world", encoding = "UTF-8") cursor = connection.cursor() sql ...
確定! 回上一頁