‎2007 Apr 23 7:32 AM
Hi Experts,
I need to know the advantages and disadvantages of using SETS against Custom Table. I'm not familiar with SETS but the requirement is to store a value to not hard code anything. For me, its better to use Custom Tables as it is easier to code and maintain. Any thoughts about this.
Helpful ideas will be granted.
Thanks!
Jay
‎2007 Apr 23 7:34 AM
by using table , u have to get the data by using select stmts , otherwise u cannt get the data in runtime .
by using SET, no need to get the data , but in <b>some cases</b> Data will be avail in RUNTIME withoout any DATA selections.
Regards
Prabhu