A first chance exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll

2008-05-18 Thread Lord Gustavo Miguel Angel
Hi. I have this code: cId = fila(cmbCodigo.SelectedIndex).ToString cMedida = fila(cmbMedida.SelectedIndex).ToString cDenomina = fila(cmbDenominacion.SelectedIndex).ToString oComando.CommandText = INSERT INTO preciodeno(id, medida, denomina ) _ VALUES(?cId, ?cMedida, ?cDenomina)

[ excel to mysql ]

2008-05-08 Thread Lord Gustavo Miguel Angel
Hi! How i do for transfer data from excel file to mysql? Some example? Thanks