Issue to insert record

Hello, I am a core student and I am trying to insert a simple record into my database. However, I am facing a problem and I don't know where I went wrong.


this my simple database

Check the error message.
I know it's big and confusing, but there are lines that start with "caused by: ...". Those are where you start.

Here, the very last line, the one that's barely visible, says "cannot run this function when in read-only mode".
You need to open the communication, otherwise you'll only be able to read the data, not write it.
There are icons in the menu bar of the designer, one of them will open those comms. I'll let you find which one.

1 Like

thanks