Subject params given sequence
Author Gediminas
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