Re: Another OleDB Connector Error
Posted by: Karthik
Date: October 31, 2006 10:49PM

I was able to resolve this problem after a lot of struggle.
Use Oledb 3.9. Put the dlls in the application's bin directory.
The connection string is :

Dim fdCon As New OleDb.OleDbConnection("Provider=MySQLProv;location=MACHINE;Data Source=DB;User Id=ID;Password=PWD;")
Dim fdCom As New OleDb.OleDbCommand("SELECT * FROM wrkmstee limit 5 ", fdCon)

Options: ReplyQuote


Subject
Written By
Posted
Re: Another OleDB Connector Error
October 31, 2006 10:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.