mysql

  • Thread starter Thread starter Dominique Vandensteen
  • Start date Start date
D

Dominique Vandensteen

I want to connect to a mysql database. I found 2 dotnet dll's to do that:
MySQLDriverCS and bytefx.
Problem is that both are giving almost the same error. They are looking for
System.dll or System.Data.dll in my working directory..
(System.IO.FileNotFoundException)
I think the problem is they want dotnet fw 1.1 and I am using 1.0

Is there a way to use mysql with 1.0 without using odbc?
Or is there another reason for my problem...
 
* "Dominique Vandensteen said:
I want to connect to a mysql database. I found 2 dotnet dll's to do that:
MySQLDriverCS and bytefx.
Problem is that both are giving almost the same error. They are looking for
System.dll or System.Data.dll in my working directory..
(System.IO.FileNotFoundException)
I think the problem is they want dotnet fw 1.1 and I am using 1.0

Is there a way to use mysql with 1.0 without using odbc?
Or is there another reason for my problem...

Why don't ask the authors of the components?
 
Back
Top