When connecting to a DB2 using OLEDB, we can set since V5R3 the Naming convention option. With this we can indicate if we need to specify the schema name or not in our queries. The option can have these values: 0 : (default) SQL Naming should be used which is LIBRARY.TABLE and using the TABLE name only...