I support an Access 97 application that has unfortunately just developed database connectivity problems.
This application uses data from its own tables, but also draws in data from an external Oracle database. The user has a connection to the Oracle database defined in their System DSN list.
For some reason, the application cannot connect to the Oracle database. When the user clicks on certain buttons, it displays a database login dialog. It accepts the user name and password we provide, but does not store them.
I've had about 5 minutes of training on this app, and have to solve the problem ASAP, so apologies for the stupid questions.
Where in the application would the user name and password to be used when connecting to the external Oracle database be stored? The settings are not in the System DSN - this has only the database name.
Being a VB programmer, I looked for the nearest code module, but there are no modules in this application - only tables, reports, queries and forms.
I have been able to open the offending form in design mode, but can't for the life of me find any kind of event handler or code that would show me exactly what happens when the user clicks on the button.
Any advice?
This application uses data from its own tables, but also draws in data from an external Oracle database. The user has a connection to the Oracle database defined in their System DSN list.
For some reason, the application cannot connect to the Oracle database. When the user clicks on certain buttons, it displays a database login dialog. It accepts the user name and password we provide, but does not store them.
I've had about 5 minutes of training on this app, and have to solve the problem ASAP, so apologies for the stupid questions.
Where in the application would the user name and password to be used when connecting to the external Oracle database be stored? The settings are not in the System DSN - this has only the database name.
Being a VB programmer, I looked for the nearest code module, but there are no modules in this application - only tables, reports, queries and forms.
I have been able to open the offending form in design mode, but can't for the life of me find any kind of event handler or code that would show me exactly what happens when the user clicks on the button.
Any advice?