Subject | Design question |
---|---|
Author | nxciro |
Post date | 2006-08-02T03:28:35Z |
Hello
Ib04.6b
fb2.0rc3
d2006
I am redesigning an old application in preparation of the
fb 2.0 release.
On one form there are about 30 Tib_storedproc components which
are used to retrieve values for display in tedit , tib_edit or
tib_currency controls.
My idea is to get rid of this Tib_storedproc components and
replace them with tib_dsql components.
The question is should I use one tib_dsql component to do
all the work or is something to be gained (in speed performance
and memory requirement) if I use multiple tib_dsql components
already preloaded with the respective code to call the stored
procedures.
Nx
Ib04.6b
fb2.0rc3
d2006
I am redesigning an old application in preparation of the
fb 2.0 release.
On one form there are about 30 Tib_storedproc components which
are used to retrieve values for display in tedit , tib_edit or
tib_currency controls.
My idea is to get rid of this Tib_storedproc components and
replace them with tib_dsql components.
The question is should I use one tib_dsql component to do
all the work or is something to be gained (in speed performance
and memory requirement) if I use multiple tib_dsql components
already preloaded with the respective code to call the stored
procedures.
Nx