Bom dia, com Delphi 7 e SQLServer 2000 estou encontrando um problema: select codcl, noc, cic, uv from clien where not exists (select tclientee from estmat where tclientee = codcl and thisto = 'S' and topera = 2 and tmes = :pmes and tano = :pano)
com parâmetro não funciona(diz que em sub select eu preciso definir os parâmetros) e assim funciona: select codcl, noc, cic, uv from clien where not exists (select tclientee from estmat where tclientee = codcl and thisto = 'S' and topera = 2 and tmes = 01 and tano = 2009) ou seja troquei o mes or "01" e o ano por "2009", mas preciso deixar variável o mes e o ano, porisso preciso do parâmetro. alguém sabe o que posso fazer ?? grato Stainle