shyamsundar
Programmer
Hi techies,
I have a database which is having around 20 tables populated with around 1400 fields. Around 600-700 fiels of number type fields. The default value for these fields are 0. But in our application 0 also a value. Hence we decided to put -9 as default value for all numeric fields. Now anybody can suggest me do this. Doing it manually may be difficult. Is it possible programmatically to identify the field type and replace the default value by -9.
Thanx
Shyam
cwizshyam@yahoo.com
I have a database which is having around 20 tables populated with around 1400 fields. Around 600-700 fiels of number type fields. The default value for these fields are 0. But in our application 0 also a value. Hence we decided to put -9 as default value for all numeric fields. Now anybody can suggest me do this. Doing it manually may be difficult. Is it possible programmatically to identify the field type and replace the default value by -9.
Thanx
Shyam
cwizshyam@yahoo.com