Situation:
- I have a program written in VB6
- The source code of the program is not available
- It connects to a database using ODBC connection string.
- The vendor setup a connection name to the database when the program was first installed 6 years ago
- My machine crashed, all the settings are gone!
- The program vendor is out of business. Even they don't have the source of the program now.
Question:
Can I find the ODBC connection name in anyway?
Update:
I found the string using Process Explorer (method described to @Beaner). Thanks for all the guys who spent their valuable time to help a mere mortal!