We just migrated applications from PB10 to PB2019R3. Currenlty they are all set up to connect to the databases with ODBC. We would like to move to OLE or SNC for connections.
However, we have ran into an issue. When trying to get data from a database, it is looking at the case of the table name. The databases are set for Case Insensitivity. The tables in the database are all UPPERCASE, and in the code being called, it could be Upper, Lower, or Camel Case. Just depends on the developer at the time.
THe databases are on SQL 2017
Is there a setting for MSDBOLEDB that will ignore the case being passed?