2
vsql = @"INSERT INTO ALUNOS_ (UF, IDADE, TELEFONE, NOME_PAI, ENDERECO, EMAIL,
NOME, CIDADE, NOME_MAE)
values ('sp', 0,'','','','','','','');";
This SQL when running on oracle does the insertion but in the application of the error
ORA-00933: SQL command not closed properly;
What can it be?
Solved just by taking the point and comma at the end of sql.
Another doubt that came up now with parameters, Sql runs on Oracle SQL Developer, but does not run on C application#
KKK Face I’m two days into this, thanks. But another problem persists, I will put here.
– Bruno Vinicius
@Brunovinicius If different mark this as solved and create another question
– Otto
I’m new here, how do I mark as solved?
– Bruno Vinicius
Already scored just set the bias
– Otto