Posts

Showing posts from November 11, 2018

trying to connect to SQL server with sqlalchemy

Image
up vote 0 down vote favorite I can connect to SQL server with the following connection using pyodbc. cnxn = pyodbc.connect("Driver=SQL Server Native Client 11.0;" "Server=" + _SERVER + ";" "Database=" + dbName + ";" "uid=" + _USER + ";pwd=" + _PASSWORD) However I can't connect using sqlalchemy engine = sqlalchemy.create_engine('mssql+pyodbc://' + _USER + ':' + _PASSWORD + '@MyServer\SQL1/MyDatabaseNaem.db') df.to_sql('myTable', con=engine, if_exists='append') I get the following error, InterfaceError: (pyodbc.InterfaceError) ('IM002', u'[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/rvf5) What is wrong with my connection string? python share | improve this question asked yesterday mHelpMe 1,924...

1965年

Image
千年紀: 2千年紀 世紀: 19世紀 - 20世紀 - 21世紀 十年紀: 1940年代 1950年代 1960年代 1970年代 1980年代 年: 1962年 1963年 1964年 1965年 1966年 1967年 1968年   1965年   社会 政治 文化と芸術 映画 文学 音楽 スポーツ スポーツ 相撲 バレーボール 野球 科学と技術 航空 宇宙飛行 国際 生誕・死去 生誕 死去 設立・廃止 設立 廃止 作品 作品 ■ヘルプ 表...