Merci pour votre repense,
Mais j'ai déjà essaie cette option et c'est toujours le même problème
Les résultat qui doivent sortir sont : 140109100, 1401101001,..........
Quand j'écrit dans la fenêtre Générateur de requêtes
1 2 3
| SELECT *
FROM Etudiant
WHERE (IND LIKE '1401') AND (Date_inscrip = @Param2) AND (Orienté_S =1) |
ca marche très bien .
Mes quand j'écrit :
Me.DemandeurTableAdapter.Fill(Me.ANEM_APPDataSetD.Demandeur,Textbox1.text & '%' ,DATEII)
ou bien
Me.DemandeurTableAdapter.Fill(Me.ANEM_APPDataSetD.Demandeur, "" & Textbox1.text & "%",DATEII)
ou ca marche pas , toujours le même problème.
Partager