![]() |
|
#1
|
|||
|
|||
|
Hi ,
My question is "IS it necessary to precomp,bind all the application programs using table X " if I add a new column to table X ? |
|
#2
|
|||
|
|||
|
not necessary unless you will use the new variables or did a SELECT * FROM. However, I strongly recommend that it be done. It may not seem like much now, but your structures will not match the data, if you change the program at a later date, long after people have forgotten you changed it, it may cause some consternation.
![]() |
|
#3
|
|||
|
|||
|
New column is defined as CHAR (34) NOT NULL WITH DEFAULT.
Does this new column affect any existing inserts ?? |
|
#4
|
||||
|
||||
|
It should not harm existing INSERTS.
But don't just take our word for it. You should do some test runs of one or two of these programs against a test set of DB2 tables to prove it to yourself before risking your production environment. |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|