phreeze
phreeze copied to clipboard
Debug SQL (inserts)
Anyone can help me to debug inserts?
i'm receiving an messagem from DataAdapter informing that have an field without default value... I'm assuming that this field is sending null to my insert statement...
but, in my js app file, is possible print the value that "supposedly" not was send to my insert statement
thx and regards form brazil again
RR
I would guess that you have the DB Column set as not null, but are not providing a value either? It might be something you can address by updating the DB.