Código:
Y el query que tengo en el dataSet es el siguiente:Dim adapter As New TH_nomina0000thEmpresaTableAdapters.th_EmpresaTableAdapter Dim data As TH_nomina0000thEmpresa.th_EmpresaDataTable = adapter.InsertNewReg(txt_codEmp.Text, txt_razonSocial.Text, txt_rif.Text)
Código:
INSERT INTO th_Empresa (th_codEmp, th_descEmp, th_RifEmp) VALUES (@th_codEmp,@th_descEmp,@th_RifEmp);
El error que me está arrojando el compilador de VB.NET es "Un valor de tipo 'Integer' no se puesde convertir en 'MT_nomina.TH_nomina0000thEmpresa.th_EmpresaDataTa ble'
Muchas gracias por la ayuda que me puedan brindar..