
22/11/2009, 10:15
|
| | Fecha de Ingreso: febrero-2009
Mensajes: 77
Antigüedad: 16 años, 1 mes Puntos: 0 | |
Respuesta: Conectar visual studio 05 con mysql Hola, he probado tu código pero me da los siguientes errores:
Warning 1 Namespace or type specified in the Imports 'MySql.Data.MySqlClient' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. F:\EjemplosVBasic\pruebas\WindowsApplication1\Wind owsApplication1\Form1.vb 1 9 WindowsApplication1
Error 2 Type 'MySqlCommand' is not defined. F:\EjemplosVBasic\pruebas\WindowsApplication1\Wind owsApplication1\Form1.vb 9 27 WindowsApplication1
Error 3 Type 'MySqlConnection' is not defined. F:\EjemplosVBasic\pruebas\WindowsApplication1\Wind owsApplication1\Form1.vb 10 27 WindowsApplication1
Error 4 Type 'MySqlConnection' is not defined. F:\EjemplosVBasic\pruebas\WindowsApplication1\Wind owsApplication1\Form1.vb 15 30 WindowsApplication1
He instalado el conector y parece que funciona bien, en server explorer me aparece la base de datos con las tablas que contiene, etc. Pero me da esos errores.
Gracias |