Getting Error In Data Loading

Announcement: New Forums

We are excited to announce the launch of our new forums! You can access it forums.aavso.org. For questions, please see our blog post. The forums at aavso.org/forum have become read-only.

Affiliation
American Association of Variable Star Observers (AAVSO)
Thu, 10/13/2022 - 07:46

I have developed software but during code execution, I am getting database errors. Actually, I am doing python course and I have built software and I have successfully configured it with data but when I run the software it shows-

import pyodbc try: # Perform database operations except pyodbc.DataError as err: # Perform cleanup steps

pyodbc exception

Some more context would help us understand the problem you are seeing.

It appears from the import that you have written code that reads a database using ODBC. Is it a tutorial database, an astronomy related database?

David