G
gb
hi,
i'm working on a large project involving numerous tables.
there are instances, that i only need to do a simple select statement
for each table (e.g. select * from table1 or select fld1, fld3 from table1
or
select fld1,fld2 from table2). my question is, do i need to create stored
procedure (SP) for each? because if i do, i will be having a lot of SPs
for a single table alone.
thanks in advance.
--
i'm working on a large project involving numerous tables.
there are instances, that i only need to do a simple select statement
for each table (e.g. select * from table1 or select fld1, fld3 from table1
or
select fld1,fld2 from table2). my question is, do i need to create stored
procedure (SP) for each? because if i do, i will be having a lot of SPs
for a single table alone.
thanks in advance.
--