OraOledb.Oracle vs MSDAORA.1 Provider
Dear All,
We have windows application developed in vb.net and using Oracle database 10g/11g as back end.
Earlier my application was built for 32 bit Windows environment so we were using MSDAORA.1 provider for database connection through application.
But now we are switched to 64 bit windows environment so we have developed the application using database provider OraOledb.Oracle as we haven't found any microsoft oledb provider for oracle for 64 bit environment.
So my queries are
(1) Whether any changes in queries, formatting etc. we need to do when we are using OraOledb.Oracle instead of MSDAORA.1 ? and whether this will impact performance??