GENUARDI ADOLFO
90100
04800530828
VIA ORETO139
MARCHESE SALVATORE
00464940824
IAZZA CARMINE 40I must read 4 line each time and put into a database so till the end of the document,i wrote this code but is not right
try
{
StreamReader sr=
ArrayList lines =
lines.Add(line);
SqlCeConnection cn =
cn.Open();
SqlCeCommand cmd =
cmd.ExecuteNonQuery();
cn.Close();
cont++;
}
MessageBox.Show("Errore"+ex.Message+ex.Errors);
}Please help me Bye