Question Jim Cooper · Oct 14, 2024 Using Cache, Python and pypyodbc, struggling dates New to Python. Attempting to use pypyodbc to select data from a table in one Cache database, and inserting into a similarly configured table in another. Process works fine except for tables containing Date types. NULL values in date columns are handled without issue, but when data is present, insert fails with: An error occurred: argument 7: TypeError: 'NoneType' object cannot be interpreted as an integer. Source table: #Python #Caché 0 2 0 95