Clayton Arends
Member²
After using my own homegrown version of FindVariables() for the past several months I recently stumbled across it in the Oracle unit. I have a couple questions regarding this function or other functions like it (if any exist).
Is there a way to determine which variables should be declared as otSubst? My home-grown function takes two string lists and populates the first with normal variables (otString) and the second with variables that should be declared otSubst. Obviously the following variable (v2) would fit this category:
select 'blah' into :v1 from :v2
Where v2 would could contain the value 'DUAL' for example.
My second question is a general one. Why aren't the functions in the Oracle unit documented in the help? It appears that there are some valuable functions here and would require minimal documentation to explain sufficiently.
Thanks,
Clayton
Is there a way to determine which variables should be declared as otSubst? My home-grown function takes two string lists and populates the first with normal variables (otString) and the second with variables that should be declared otSubst. Obviously the following variable (v2) would fit this category:
select 'blah' into :v1 from :v2
Where v2 would could contain the value 'DUAL' for example.
My second question is a general one. Why aren't the functions in the Oracle unit documented in the help? It appears that there are some valuable functions here and would require minimal documentation to explain sufficiently.
Thanks,
Clayton