I am in a group programming situation with two other programmers. Just received a new PC, WindowsXP pro sp2, installed Oracle 8i, C# & .Net to connect to Oracle databse. My connecton string is as follows: strConn = "Provider=MSDAORA.1;User ID=myID;Password=Mypwd;Data Source=address.of.server";
My question is why do I HAVE to use Provider=MSDAORA.1 and the other two programmers can use Provider=MSDAORA to connect to the same database? If I use Provider=MSDAORA, I get an error. We have the same tnsnames.ora files and all the same software. What caused the difference? My code needs to be portable so I want to configure everything the same as theirs. We can't figure out what to change on my PC.
My question is why do I HAVE to use Provider=MSDAORA.1 and the other two programmers can use Provider=MSDAORA to connect to the same database? If I use Provider=MSDAORA, I get an error. We have the same tnsnames.ora files and all the same software. What caused the difference? My code needs to be portable so I want to configure everything the same as theirs. We can't figure out what to change on my PC.