Subject | Re: Problems with PreparedStament... |
---|---|
Author | roelofsen2003 |
Post date | 2004-01-06T14:29:39Z |
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
executeQuery();" you get a exception.
The error should be here:
NOVO_DIRETORIA = CONEXAO.CONEXAO().prepareStatement(SQL);
You should check your function CONEXAO.CONEXAO().
Roman