hi,
I have an aplication development informix-4GL version 720 an the engine is informix-SE 7.24 where to do the follogind statement.
let inserta = "insert into tabla values (?,?,?,?)
prepare pp from inserta
execute pp using x1,x2,x3,x4
When I execute this statement the program show me the followind erorr
-710 Table <table-name> has been dropped, altered or renamed.
If anybody can help me with this problem thank you very much.