Add a way to pass DSN to pyodbc in mssql

Issue #724 resolved
Former user created an issue

It would be very useful to have a way to pass DSN to pyodbc driver instead of URL with host/uid/database

Comments (2)

  1. paj
    • assigned issue to

    Yes, how about the URL syntax mssql:///?dsn=fred

    I'll code it so if you specify a DSN, the server/port/database options are ignored. I guess it should still pass the username and password.

  2. Log in to comment