in reply to Re: Re: DBI bug?
in thread DBI bug?
Run your program and see what you get in 'dbitrace.txt'DBI->trace(2, 'dbitrace.txt'); $sthn = $dbh->prepare_cached("SELECT DISTINCT nome FROM usuarios WHERE + login=? AND filial=?") or die "ERRO!"; $sthn->execute($gerente, $filial);
|
|---|