This page shows Python examples of pyodbc.connect. ... as con: try: con.cursor().execute('CREATE SCHEMA foo') except pyodbc.ProgrammingError: # schema FOO ...
確定! 回上一頁