I’ve updated my main dev machine to Windows 11. I’m accessing a SQL Server with a remote view based on an 32 bit ODBC driver. It was working ok with win 10 but now I receive the error message “Type conversion required by the DataType property for field ‘Ae_Debut’ Is invalid” It as date field and the SQL view is
DBSetProp(ThisView+".ae_debut","Field","DataType","D")
DBSetProp(ThisView+".ae_debut","Field","UpdateName","AgnMain.AE_DEBUT")
DBSetProp(ThisView+".ae_debut","Field","KeyField",.F.)
DBSetProp(ThisView+".ae_debut","Field","Updatable",.T.)
I did not change anything, the SQL ODBC version driver is the same as before and I have a virtual machine in Windows 8.1 (I know, I know) and it’s still working. In the SQL Server table, the Ae_Debut type is date
DBSetProp(ThisView+".ae_debut","Field","DataType","D")
DBSetProp(ThisView+".ae_debut","Field","UpdateName","AgnMain.AE_DEBUT")
DBSetProp(ThisView+".ae_debut","Field","KeyField",.F.)
DBSetProp(ThisView+".ae_debut","Field","Updatable",.T.)
I did not change anything, the SQL ODBC version driver is the same as before and I have a virtual machine in Windows 8.1 (I know, I know) and it’s still working. In the SQL Server table, the Ae_Debut type is date