Visit SDSUSA site please  

Go Back   mvsHelp Boards > Archives (Read only) > DB2, SQL, QMF, IDMS (prior 6/1/03)
User Name
Password
-->
FAQ Search Manuals Calendar New Posts Search Today's PostsMark Forums Read

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-30-2003, 05:28 PM
mfsavvy mfsavvy is offline
Member
 
Join Date: May 2003
Location: New Jersey
Posts: 4
Post

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  
Old 05-30-2003, 05:30 PM
sweeperb sweeperb is offline
Senior Member
 
Join Date: Nov 2001
Location: Whitinsville, Ma
Posts: 1,054
Send a message via Yahoo to sweeperb
Post

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  
Old 05-30-2003, 05:37 PM
mfsavvy mfsavvy is offline
Member
 
Join Date: May 2003
Location: New Jersey
Posts: 4
Post

New column is defined as CHAR (34) NOT NULL WITH DEFAULT.
Does this new column affect any existing inserts ??
  #4  
Old 05-30-2003, 05:56 PM
petwir's Avatar
petwir petwir is offline
Senior Member
 
Join Date: Jun 1999
Location: Salem Oregon (Pacific Time)
Posts: 4,326
Post

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -4. The time now is 07:43 AM.


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.