Subject Re: Problems with PreparedStament...
Author roelofsen2003
It seems that NOVO_DIRETORIA is null. When calling "NOVO_DIRETORIA.
executeQuery();" you get a exception.

The error should be here:
NOVO_DIRETORIA = CONEXAO.CONEXAO().prepareStatement(SQL);

You should check your function CONEXAO.CONEXAO().

Roman