Re: [sqlalchemy] pyodbc ini file

2009-12-05 Thread Michael Bayer
any number of options can be passed through as querystring arguments on the URL (i.e. mssql://scott:ti...@localhost/test?foo=barbat=hoho) which are passed through to pyodbc.connect() as part of the connection string, i.e. user=scott;foo=bar;bat=hoho. As far as odbc.ini parameters, it depends

[sqlalchemy] pyodbc ini file

2009-12-04 Thread Bo Shi
Hi All - I'm playing around with pyodbc (using unixodbc) support in trunk - I was wondering if there is any way to bypass the additional system-wide odbc.ini settings file to create connections. Is there a way to simply pass in all the connection parameters via create_engine(...) that would