I'm using the pandas dataframe's to_sql function to save records to MS Access 97 MDB. But I'm getting the error below:
pyodbc.Error: ('HY104', '[HY104] [Microsoft][ODBC Microsoft Access Driver]Invalid
precision value (98) (SQLBindParameter)').
I'm using Python 3.8.5 32-bit on a Windows 10 Workstation.
I also have the following libraries installed.
datacompy==0.7.1
et-xmlfile==1.0.1
jdcal==1.4.1
numpy==1.19.2
openpyxl==3.0.5
pandas==1.1.2
pyodbc==4.0.30
python-dateutil==2.8.1
pytz==2020.1
pywin32==228
six==1.15.0
SQLAlchemy==1.3.19
sqlalchemy-access==1.0.7
Thanks in advance!