Dear Hugh,

  Thanks for your response.  We have opted for the stored procedure option
as per your suggestion.  Now I have two questions:

1.  How is stored procedures called in the Radiator?  We have defined a
stored procedure in Oracle called "get_user_data", and it is called in SQL
by "get_user_data('%n', attr1, attr2, ...)".  Do I just put this in the
AuthSelect statement?

2.  Is there a way to check whether the attributes are passed back when
testing with radpwtst?  The log file doesn't seem to indicate anything was
passed back.

Thanks again for all your help.

-Stephen

-----Original Message-----
From: Hugh Irvine [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 1:28 AM
To: Stephen Chen; '[EMAIL PROTECTED]'
Subject: Re: (RADIATOR) Attributes from multiple Oracle tables?



Hello Stephen -


Well, you have three options here. The first is to use a stored procedure in
the
database itself to do everyting you need to have done - this is the best
approach if your database supports stored procedures. 

===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to