This error seem to point to date columns in my dataframe. I know that this error appears when I try to do df_tosql in MS Access with unconverted date columns.
Im trying to fix this error by checking other date columns that I didnt include in converting to datetime data type but I think I've included all of it but I still encounter this error.
I want to know what COUNT field incorrect (17) means and how to know which 17 columns is this error pertaining to. Initially I have 17 datetime columns so I know this error pertains to datecolumns but I missed one and added it but it still shows (17) in the error.
The error is actually from one column name that has '?'. MS Access apparently doesn't allow some special characters in column names.