Topic: Adds new entry even if not saved

Hi! I'm new to this software and new in DB. I have a question based on the examples provided(Student).

This is the scenario:
1. Go to examples and open Students db.
2. Run the project.
3. Click search.
4. Click Add Student button.
5. If click Cancel, nothing happens as expected.
6. Click Add button, click Cancel, then click Cancel to go to main UI.

Behavior: After step 6, although i did not create new entry still it creates new blank entry. Same thing happened also from the other examples.

Can this be avoided? As i said im new in DB. 

Thanks.

Re: Adds new entry even if not saved

Hello,


Thanks you! It's bug of My Visual Database, i'll try to fix it in the new releases.


You can avoid it, if make at least one field required to fill in table student (on tab "Database table" checkbox Not null in table Student )

Dmitry.

Re: Adds new entry even if not saved

Thank you...