Hi Gurus,
We have developed a program in VB6 using Oracle 10g as database. It was working fine in Windows XP. But now we have upgraded to Windows7 and when I try to run the program I am getting Invalid Login information error message.
I have used following code to connect to Oracle 10g. I have installed 10g client in my system. We are using ADODB.

.ConnectionString = "Provider=MSDAORA.1;Password= <password>; User ID=<ID>;Data Source=<Data Source>;Persist Security Info=False"

Please guide me to proceed further.

Regards,
Bijoy