I want to connect an ASP application with my Oracle database, and I read that I need to configure a connection to my Oracle DBMS with the ODBC driver to achieve it.
The problem is that when I create a new ODBC connection, it queries TNSNames, and my connection, which I have in my TNSNames.ora, does not appear in the forwarding list (it seems empty).
I am trying to create a connection to an ODBC configuration in the control panel.
Does anyone have an idea how I can solve this?
Thanks in advance, Poor
source share