Skip to Content.
Sympa Menu

freetds - Re: [freetds] problem with php 4.3.2 when executing mssql stored procedure

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] problem with php 4.3.2 when executing mssql stored procedure
  • Date: Sat, 06 Dec 2003 16:40:58 -0000

Il ven, 2003-12-05 alle 19:33, Cadman, Andrew (Contractor) ha scritto:
> Hi
>
> I am getting a problem with php 4.3.2 running on suse linux connecting to
> SQL Server 2000 and executing a stored procedure with both bound input and
> output parameters..
> I am running FreeTDS 0.61 configured to use SERVER = 7.0
>
> I am aware that there was a problem with binding variables with this version
> of php. However, all seems to be well there, but the stored procedure still
> fails.
>
> The mssql_get_last_server_message function does not give a clue.
>
> Switching on logging on freetds I get the following (last few lines only):
>
> dbrpcinit() added rpcname "dbo.proc_login_user"
> dbrpcparam() added parameter "@puserid"
> dbrpcparam() added parameter "@ppassword"
> dbrpcparam() added parameter "@pRetVal"
> inside dbrpcsend()
>
> ...and thats it.
>
> thanks for any help you can give.
>
> Andrew Cadman

Please try latest snapshot. Many problems with RPC/prepared statements
was fixed..

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page