V Vlad Yatsenko Member Nov 23, 2005 #1 I mean getting constants values by using TOraclePackage component! How?
Marco Kalter Administrator Staff member Nov 23, 2005 #1 To retrieve the value of a variable or constant, you can use the Get...Variable method: MaxWait := DbmsPipe.GetIntegerVariable('maxwait');
To retrieve the value of a variable or constant, you can use the Get...Variable method: MaxWait := DbmsPipe.GetIntegerVariable('maxwait');
Marco Kalter Administrator Staff member Nov 30, 2005 #1 I have added this to the list of enhancement requests.