Hi people.
Ok, Im trying to make asp.net work with mySQL. From information gathered from here and there, I've understood that I have to install the ODBC pack provided by Microsoft.
However, I cannot seem to be able to import the namespace System.Data.Odbc
Here is how I wrote the line which refers to the Odbc:
<%@ Import Namespace="System.Data.Odbc" %>
And here is the compilation error:
Compiler Error Message: CS0234: The type or namespace name 'Odbc' does not exist in the class or namespace 'System.Data' (are you missing an assembly reference?)
Ok, Im trying to make asp.net work with mySQL. From information gathered from here and there, I've understood that I have to install the ODBC pack provided by Microsoft.
However, I cannot seem to be able to import the namespace System.Data.Odbc
Here is how I wrote the line which refers to the Odbc:
<%@ Import Namespace="System.Data.Odbc" %>
And here is the compilation error:
Compiler Error Message: CS0234: The type or namespace name 'Odbc' does not exist in the class or namespace 'System.Data' (are you missing an assembly reference?)