StrSQL = "Select C_N_ITRL,A_nom,a_prenom,a_adr1,a_cp,a_ville from tb_itrl where a_nom Like " + "'" + TxtNom.Text + "' "
jai essayer ca mai ca marche pas non plus
StrSQL = "Select C_N_ITRL,A_nom,a_prenom,a_adr1,a_cp,a_ville from
tb_itrl where a_nom Like ' % TxtNom.Text + % ' and a_prenom Like
'% + TxtPrenom.Text + %'"