Por Favor AYUDA!!!!
Me da el siguiente error al ejecutar un formulario de VB6 con un ADODC:
[MySQL][ODBC 3.51 Driver][mysqld-4.0.12-max-nt]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the rigth syntax to use near \'SELECT * FROM [FORMULAS]\' at line 1.
Ado.ConnectionString = "driver={MySQL ODBC 3.51 Driver};" & _
"server=localhost;uid=root;pwd=;database=daruz"
Ado.Mode = adModeReadWrite
Ado.RecordSource = "SELECT * FROM [FORMULAS]"
Ado.Refresh
Gracias de Antemano
Y tengo puesto lo siguiente
[MySQL][ODBC 3.51 Driver][mysqld-4.0.12-max-nt]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the rigth syntax to use near \'SELECT * FROM [FORMULAS]\' at line 1.
Ado.ConnectionString = "driver={MySQL ODBC 3.51 Driver};" & _
"server=localhost;uid=root;pwd=;database=daruz"
Ado.Mode = adModeReadWrite
Ado.RecordSource = "SELECT * FROM [FORMULAS]"
Ado.Refresh
Gracias de Antemano
Y tengo puesto lo siguiente
