Subject | params given sequence |
---|---|
Author | Gediminas |
Post date | 2004-10-28T13:24:56Z |
what sequence is for passing parameters to SP? is first try to locate
dataset field with the given name and if not found then parameter?
for example: execute procedure sp_insert( :data_name )
if data_name isn't a dataset's field, look for this parameter in the
params list?
do I need to use calculatedfields for data_name or there is enough to
write code dataset->parambyname("data_name).... ?
Gediminas
dataset field with the given name and if not found then parameter?
for example: execute procedure sp_insert( :data_name )
if data_name isn't a dataset's field, look for this parameter in the
params list?
do I need to use calculatedfields for data_name or there is enough to
write code dataset->parambyname("data_name).... ?
Gediminas