Jun
29
Oracle Vb.Net
Filed Under Software Development | Leave a Comment
Public Const mySQLconn As String = “Provider=OraOLEDB.Oracle;Data Source=ERPP;User Id=apps;Password=apps;”
Give me an error ‘oraOLEDB.dll’ not registered in local machine. Paste the oraOLEDB.dll into ../bin/ also not working.
Solution:
Public Const mySQLconn As String = “Provider=MSDAORA;Data Source=ERPP;User Id=apps;Password=apps;”
Conclusion:
Microsoft programming are very very incompatible!