After upgrading KnowledgeSync to version 10.5, the slapi_DBOpenSQL function no longer opens the database connection in writable mode. The connection is successfully selecting records, but no updates are occurring in the database. No error is being thrown. Does anyone know how to remedy this?
Here is how we are opening the connection:
hanLastDate = slapi_DBOpenSQL(strSQL, False)