extra columns added to table, not able to insert in form [message #147660] |
Fri, 18 November 2005 23:25 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gautamvv
Messages: 254 Registered: June 2005
|
Senior Member |
|
|
my original table structures is as follows
add_qual_master(table)
ser_no
reg_no
dr_name
add_qual_detail(table)
ser_no
Qualification
college
Y_O_P
Date_ofReg
i already have a form where i can enter values and save it
now i have added two extra columns to the tables..
one column i added to master, and one to detail..in oracle
i have made changes in datablock wizard, ie, added the extra
column for the master databloc in dbwizard, similarly in
detail datablock wizard, i included the extra column in
database columns list
but why is it that when i enter data, only the detail ones
are getting saved? the extra master column is not getting saved
|
|
|
|
|
|