Good afternoon,
I'm trying to write data to our companies Microsoft Azure SQL Database Non-Spatial database, but I keep getting an error saying
"Microsoft Azure SQL Database Non-Spatial Writer: Existing table for feature type `Roads' does not have attribute with name `id'. Cannot continue"
However, when I open up the Roads table inside the SQL database, I can see the field id. I've set the data type in the writer to match the SQL database type, and I still get the error.
David