I'm trying to connect using connectionn string:

mssql+adodbapi://dbname:user:pass@DSN


     70         if dbapi is None:
     71             dbapi_args = {}
---> 72             for k in util.get_func_kwargs(dialect_cls.dbapi):
     73                 if k in kwargs:
     74                     dbapi_args[k] = pop_kwarg(k)

AttributeError: type object 'MSDialect_adodbapi' has no attribute 'dbapi'




-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to