Bonjour,
jaimerais savoir s'il est possible à un OleDbCommand de faire une requete dans un autre OleDbCommand
un truc comme ca plus ou moins :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 OleDbCommand command1 = new OleDbCommand("select * from matable"...) ; OleDbCommand command2 = new OleDbCommand("select * from command1 where...
d'avance merci
Partager