Append JMP Data Table into SQL database with Dates
Hi everyone, I'm trying to upload my data table into SQL & I'm having issues getting the date columns to load in.
The error I receive is this: "[Microsoft][ODBC SQL Server Driver][SQL Server]Operand type clash: numeric is incompatible with date"I tried using SELECT CAST to make it into a date format but that didn't work. I'm using JMP 17.0.0. I used the base code from this post & tried to adapt it ...