![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hi, I try to connect to Mysql using the Mysql Connector 1.0.7. with asp.net 2.O. In "mysql.aspx", i put: <%@ import namespace="System.Data"%> <%@ Import Namespace = "MySql.Data.MySqlClient" %> ..... In "mysql.aspx.vb", i put: Dim oConnection As MySql.Data.MySqlClient.MySqlConnection ...... But the browser gives this error: "Type 'MySql.Data.MySqlClient.MySqlConnection' is not defined. Any idea why this doesn't work and how to solve this? Thanks Ben PS: I did the same with Mysql Connector Odbc 3.51 and Odbc.net (dim oConnection as Microsoft.Data.Odbc.OdbcConnection) and this works | |||
| Advertisements |
| | #2 | ||
| My first guess: The reference to the MySQL library should be known somewhere, I think. So you would probably have to add a reference to it in the references section of a project. ODBC is part of the .NET framework as far as I know. Best regards Bill wrote: > Hi, > > I try to connect to Mysql using the Mysql Connector 1.0.7. with asp.net 2.O. > > In "mysql.aspx", i put: > <%@ import namespace="System.Data"%> > <%@ Import Namespace = "MySql.Data.MySqlClient" %> > .... > > In "mysql.aspx.vb", i put: > Dim oConnection As MySql.Data.MySqlClient.MySqlConnection > ..... > > But the browser gives this error: > "Type 'MySql.Data.MySqlClient.MySqlConnection' is not defined. > > Any idea why this doesn't work and how to solve this? > Thanks > Ben > > PS: I did the same with Mysql Connector Odbc 3.51 and Odbc.net (dim > oConnection as Microsoft.Data.Odbc.OdbcConnection) and this works > > > | |||
| | #3 | ||
| Thanks "Dikkie Dik" <nospam@nospam.org> schreef in bericht news:bae2a$4468fb63$57d40752$12657@news.versatel.n et... > My first guess: The reference to the MySQL library should be known > somewhere, I think. So you would probably have to add a reference to it in > the references section of a project. > ODBC is part of the .NET framework as far as I know. > > Best regards > > Bill wrote: >> Hi, >> >> I try to connect to Mysql using the Mysql Connector 1.0.7. with asp.net >> 2.O. >> >> In "mysql.aspx", i put: >> <%@ import namespace="System.Data"%> >> <%@ Import Namespace = "MySql.Data.MySqlClient" %> >> .... >> >> In "mysql.aspx.vb", i put: >> Dim oConnection As MySql.Data.MySqlClient.MySqlConnection >> ..... >> >> But the browser gives this error: >> "Type 'MySql.Data.MySqlClient.MySqlConnection' is not defined. >> >> Any idea why this doesn't work and how to solve this? >> Thanks >> Ben >> >> PS: I did the same with Mysql Connector Odbc 3.51 and Odbc.net (dim >> oConnection as Microsoft.Data.Odbc.OdbcConnection) and this works >> >> | |||
| Featured Websites | ||||
|
![]() |
| Tags: defined |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| constructor in dynamicly loaded library containing user defined functions not run when loading from mysql? | Alejandro Dubrovsky | Database | 1 | 07-01-2007 9:30 PM |
| MySQL - saving data | Stephane M | Database | 2 | 07-01-2007 7:33 PM |
| Sorting MySQL data with PHP | Sundial Services | PHP | 0 | 07-01-2007 5:29 PM |
| MySql.Data.MySqlClient.MySqlConnection not defined | Bill | Database | 2 | 06-10-2007 12:23 AM |
| US Census data for MySQL | Amer Neely | Database | 1 | 05-31-2007 8:41 PM |
| Featured Websites | ||||
|