Get/Set parameter by Position in Procedure call |
Post Reply ![]() |
Author | |
hellounni ![]() Groupie ![]() Joined: 24-November-2014 Points: 4 |
![]() ![]() ![]() ![]() ![]() Posted: 08-April-2015 at 2:41am |
Hi Friends,
Please help me how to set/Get paramaters of a procedure call, when the call is reffering parameters by position and not by name. Do we have a finction like 'GetIdentifierParamValue''for parameters of 'pcByPosition' type?
Thanks,
Unni
|
|
![]() |
|
administrator ![]() Admin Group ![]() Stefan Mueller Joined: 25-January-2003 Location: New Zealand Points: 1027 |
![]() ![]() ![]() ![]() ![]() |
Unni,
The GetIdentifierParamValue detects what type the call is (Position/Declaration/Named) and then is using either the PAR or the PARNAME value to locate the correct parameter. if you have a procedure call that is pcByName and you still want to use the PAR instead of the PARNAME then thats currently not possible .. i will modify the TPLSQLParser.GetIdentifierParamValue method to allow to override this behaviour if the ParName is set to empty string (in which case it will treat pcByName as if they are psByPosition). This will be in FormsAPI Master build 435 coming out hopefully later today! Regards, Stefan |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |