Below is an example of using pyODBC library with SQL Server: import pyodbc db_cnx = pyodbc.connect(r'''Driver={SQL Server}; ...
確定! 回上一頁