Interview Questions

There are several security issues related to ODBC usage ...

Computing Security,Information Security, NT security, Web Security and Network Security Questions and Answers


(Continued from previous question...)

There are several security issues related to ODBC usage ...

There are several security issues related to ODBC usage

* Add hooks
* Tracing ODBC connections

Any call with indirections, such as calls to ODBC data sources, are possible to intercept by attaching to pre-made hooks. By tracing ODBC connections, which is a completely legitime thing to do during software development, you can get access to sensitive data, such as user name for the connected database.

(Continued on next question...)

Other Interview Questions