We’ve been using this DB for years now on Win XP; we are being switched out with new Win 7 machines. For some reason this code below gives me the following error in Win 7 but has been working fine for years in Win XP.
connectStr = "Provider=msdaora;Data Source=HIDW.WORLD;User Id=xxxxx;Password=xxxxx"
Error:
Run-time error ‘-2147467259 (80000-4005)’:
ORA-121454: TNS: could not resolve the connect identifier specified
Is there something I need to do in the code for Win 7? Any help is appreciated, thanks.
connectStr = "Provider=msdaora;Data Source=HIDW.WORLD;User Id=xxxxx;Password=xxxxx"
Error:
Run-time error ‘-2147467259 (80000-4005)’:
ORA-121454: TNS: could not resolve the connect identifier specified
Is there something I need to do in the code for Win 7? Any help is appreciated, thanks.