engine = create_engine("mssql+pyodbc://scott:tiger@some_dsn"). Which above, will pass the following connection string to PyODBC: dsn=mydsn;UID=user;PWD=pass.
確定! 回上一頁