Computer security Question:
There are several security issues related to ODBC usage
Answer:
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.
* 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.