Does anyone know how to restrict ODBC access through the use of exit programs?
I need to limit my users so that, regardless of their ODBC settings, they can only run SELECT statements. In otherwords, whether their ODBC driver is set to Read Only or Read/Write the system should only accept SELECT statements.
Also, in addition to this, I want to develop the Exit Program so it does allow Update/Delete/Insert queries to tables A1, B1 and C1.
Any ideas?
I need to limit my users so that, regardless of their ODBC settings, they can only run SELECT statements. In otherwords, whether their ODBC driver is set to Read Only or Read/Write the system should only accept SELECT statements.
Also, in addition to this, I want to develop the Exit Program so it does allow Update/Delete/Insert queries to tables A1, B1 and C1.
Any ideas?