Hello!
I'm currently developing an Apex application with custom SQL/PLSQL solutions (and a little JS for messages). For the insert and update I'm using a custom button that (with a dynamic action) calls a package whick does the insert or update based on the current region datas. Everything is written in the table nicely, except the image file and the date. Tried a lot of things but it doesn't work for me.
If i trie to upload a picture with the file browse, I get this error message: Ajax call returned server error ORA-01403: no data found for ajax_set_session_state.
With the date I doesn't get an error, it just simply doesn't get written to the table. Maybe it's a format error?
Do you have an solution for this?