I\'m using Python to read and write SAS datasets, using pyodbc and the SAS O开发者_开发技巧DBC drivers.I can load the data perfectly well, but when I save the data, using something like:
Error: (\'IM002\', \'[IM002] [unixODBC][Driver Manager]Data source name not found, and no default driver
My company uses Vertica. 开发者_开发百科 We have Python applications that connect to it with pyodbc.I do most of my development on a Mac (Snow Leopard) and unfortunately Vertica has not released ODBC
I\'m using pyodbc to talk to a legacy Access 2000 .mdb file. I\'ve got a cursor, and am trying to execute this:
Due to \"circumstances beyond my control\"tm, I am using sqlalchemy with an MS Access backend. I\'m having an issue that the following code: