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...
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...