1.jpg2.jpg3.jpgWe are upgrading TLS 1.0 to TLS 1.2. We are using PowerBuilder 8 for our application and the database is SQL Server 2008. The driver which we are using is ODBC and it does not connect the application using TLS 1.2.
We have created DSN and by SQL NATIVE CLIENT 10 we are connecting the application using PB8. In ini file we have configured the same. We have also updated the sqlncli10.dll from version 2009.100.1617.0 to 2009.100.6542.0 in C:\windows\syswow64.
When we save records from the application we are getting the error as SQL SERVER NATIVE CLIENT Cannot convert date or time from character string. In Database the field type is date time and also when it insert records to the DB the field type is date time. But still we are getting the error.