Getting Error In Data Loading

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

Affiliation
Astronomical Society of South Australia (ASSAU)
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