Popup message when i delete or change data
| User, date | Message |
|---|---|
|
Written by dev-00
3 months ago Category: General 3 posts since Mon, 04 Mar 13 |
I want to alert message when i delete data or sql commend (ex:insert, delete, update) Let me know , if that option existed. |
|
Written by ansgar
3 months ago 3973 posts since Fri, 07 Apr 06 |
You want a message dialog when you manually fire some command? Why would you want that? The fact that you manually fire some DELETE commnand should make you aware of the consequences. |
|
Written by dev-00
3 months ago 3 posts since Mon, 04 Mar 13 |
Thanks your reply but I mistake explanation I want to YES/NO confirm message before change data in DATA TAB because I change or delete data in spite of myself not SQL commend using data tab I'm not american so If you don't understand my word, read below compare MYSQL workbench to HeidiSQL program MYSQL WROKBENCH 1. I change text data 'banana' to 'apple' using GUI(field in data tab) not SQL command 2. click apply button (I want to like function for prevention mistake) 3. data changed HeidiSQL 1. I change text data 'banana' to 'apple' using GUI(field in data tab) not SQL command 2. Changed data already without warning message! |
|
Written by ansgar
3 months ago 3973 posts since Fri, 07 Apr 06 |
Question: What happens in Workbench when you just leave the edited row, without clicking the "Apply" button? |
|
Written by dev-00
3 months ago 3 posts since Mon, 04 Mar 13 |
Not chaged data. Only changed when click apply buttonn |
|
Written by ansgar
3 months ago 3973 posts since Fri, 07 Apr 06 |
So, when you move your cursor to a row below or above, no UPDATE is sent to the server? Is it still visible in that case that there are unsaved changes, or how is that done? Well, I guess so. That's just a difference to the approach in HeidiSQL. |
|
Please login to leave a reply, or register at first. |