Re: pywintypes.com_error with adodbapi
Tim Roberts <[email protected]> Sun, 23 Jan 2022 18:04:40 -0800
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <[email protected]> |
On 1/14/22 02:25, KANAGARAJAH, Sanch (UNIVERSITY COLLEGE LONDON HOSPITALS NHS FOUNDATION TRUST) via python-win32 wrote: > > I am wondering if anyone is able to help me with the attached error? > when I tried to connect to a SQL server with adodbapi using a Python > script. What kind of database were you connecting to? The error is saying there was no driver for that database. Note that if you are running a 64-bit Python, you must have a 64-bit ODBC driver for your database. -- Tim Roberts,[email protected] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32