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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top