Re: (RADIATOR) Stored procedures

2003-04-03 Thread Mike McCauley
at this stage. > > Thanks again > > Tim > > -Original Message- > From: Mike McCauley [mailto:[EMAIL PROTECTED] > Sent: Friday, 4 April 2003 1:38 PM > To: [EMAIL PROTECTED]; Tim Ballingall > Cc: [EMAIL PROTECTED]; '[EMAIL PROTECTED]' > Subject: Re: (R

RE: (RADIATOR) Stored procedures

2003-04-03 Thread Tim Ballingall
Tim -Original Message- From: Mike McCauley [mailto:[EMAIL PROTECTED] Sent: Friday, 4 April 2003 1:38 PM To: [EMAIL PROTECTED]; Tim Ballingall Cc: [EMAIL PROTECTED]; '[EMAIL PROTECTED]' Subject: Re: (RADIATOR) Stored procedures Hello Tim, On Fri, 4 Apr 2003 01:19 pm, [EMAIL P

Re: (RADIATOR) Stored procedures

2003-04-03 Thread Mike McCauley
Hello Tim, On Fri, 4 Apr 2003 01:19 pm, [EMAIL PROTECTED] wrote: > Hi, > > I suggest that u should not use the paremeters instead they are expecting a > recordset. [EMAIL PROTECTED] is correct. We expect to get a recordset from the stored procedure if the user matches. If there is no match ther

Re: (RADIATOR) Stored procedures

2003-04-03 Thread queksteven
Hi, I suggest that u should not use the paremeters instead they are expecting a recordset. Hope it help. Tim Ballingall <[EMAIL PROTECTED]> 04/04/2003 08:41 AM Sent by: [EMAIL PROTECTED]

Re: Fwd: Re: (RADIATOR) Stored procedures once again

2000-07-02 Thread Mike McCauley
. You dont say which platform you are on, but you might want to consider using DBD-ODBC which allows you to say something like exec functioname 'arg' and get a row back into Radiator in the standard way. Hope that helps. Cheers. > > -- Forwarded Message ------ > Sub

Re: (RADIATOR) Stored procedures once again

2000-06-30 Thread Pavel A. Crasotin
I've checked Oracle PLSQL reference, DBD-Oracle manual. The correct syntax to call Oracle stored procedure/function from a perl script is to wrap it in BEGIN END; block then call prepare(), bind_param[_inout]() for IN and OUT parameters if any, than execute(). To pass returned results (it can be O

Re: (RADIATOR) Stored procedures once again

2000-06-29 Thread Hugh Irvine
Hello Pavel - On Fri, 30 Jun 2000, Pavel A. Crasotin wrote: > Hi all, > > we have stored procedure get_user_details(uname, pwd, check, reply) in Oracle8i >which accepts > username and returns password, check and reply items. > Procedure works fine in the test Perl script. > > Can anyone help

Re: (RADIATOR) Stored Procedures

1999-03-18 Thread Mike McCauley
On Mar 19, 11:24pm, John Abbott wrote: > Subject: (RADIATOR) Stored Procedures > Hi, > > Has anyone considered using stored procedures under oracle to execute a query and return one result. It would reduce a lot of the chatter between the radius server and db server(oracle in this case). It would