SqlDbx Forum

SqlDbx

You are not logged in.

#1 2009-09-14 14:32:19

allanb
Guest

How to set column to NULL in Edit mode

How do I set column to NULL when changing data in a table

#2 2009-09-14 18:12:07

maac2002
Member

Re: How to set column to NULL in Edit mode

Edit the cell with F2, delete the actual content, and then press <Ctrl>+0 (zero)
Miguel C.

Offline

#3 2009-09-14 22:25:41

sqldbxhelp
Administrator

Re: How to set column to NULL in Edit mode

Wow, I did not know that you can do it this way.
Other way to do it is to click on a cell (not double click) and press "Delete" key

Offline

#4 2009-09-15 11:04:27

allanb
Guest

Re: How to set column to NULL in Edit mode

Thanks. Got it
One more question.
At what point changes commit to database?

#5 2009-09-15 22:51:58

sqldbxhelp
Administrator

Re: How to set column to NULL in Edit mode

Update is send to database after cell looses focus or enter key pressed.
Actual commit to database is dependant on Auto Commit setting for Oracle and DB2.
In case of Sybase and MS Sql Server changes automatically committed unless
transaction was started manually

Offline

Board footer

Powered by FluxBB