Re: Storing in SQL, Procedure call

2006-06-07 Thread Troy Settle
Jackie Lau wrote: I tried both suggestions and still no luck. Any other suggestion on how to get a Stored Procedure to work with FreeRadius, unixODBC/FreeTDS and Microsoft SQL Server 2000? For some reason when trying to call a Stored Procedure rlm_sql module is trying to perform a query rather

Re: Storing in SQL, Procedure call

2006-06-07 Thread Marko Dinic
uesday, June 06, 2006 4:16 AM > To: freeradius-users@lists.freeradius.org > Cc: Jackie Lau > Subject: Re: Storing in SQL, Procedure call > > > Im using the same setup for access to some ancient Sybase and it works > fine. However, the query doesn't use EXEC ... it's plain

RE: Storing in SQL, Procedure call

2006-06-06 Thread Jackie Lau
call. Thanks! -Original Message- From: Marko Dinic [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 4:16 AM To: freeradius-users@lists.freeradius.org Cc: Jackie Lau Subject: Re: Storing in SQL, Procedure call Im using the same setup for access to some ancient Sybase and it works

Re: Storing in SQL, Procedure call

2006-06-06 Thread Marko Dinic
Im using the same setup for access to some ancient Sybase and it works fine. However, the query doesn't use EXEC ... it's plain : accounting_stop_query = "sp_my_stored_procedure_name '%{SQL-User-Name}','%{Realm}', " I did have problems with freetds 0.62.3, tho, so I installed 0.63 and