Skip to Content.
Sympa Menu

freetds - Re: [freetds] mssql_execute(): stored procedure execution failed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Sylvain Viart - Gmail <sylvain.viart AT gmail.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] mssql_execute(): stored procedure execution failed
  • Date: Thu, 27 May 2010 11:40:10 +0200

Hi,

On 24/05/2010 18:27, Robert Gonzalez wrote:
mssql_init() essentially prepares a stored proc to be called as a prepared
statement with the possibility of placeholders added to it for multiple
calls using different params. mssql_bind() allows you to bind those
different params into the prepared statement for processing using the
mssql_execute() function.

mssql_query() takes the query as entered, sends it to the database server
and receives the response from the DB server, usually in the form of a
result resource handle. You can just as easily send stored procedure
requests using mssql_query() as you could using init, bind and execute.
Thanks.

mssql_get_last_message() give useless message. :-(

I've tried to raise the error severity from 10, 16, 17

; Minimum error severity to display.
mssql.min_error_severity = 17

; Minimum message severity to display.
mssql.min_message_severity = 17


no change.

here is the error message:

Changed database context to 'D2_master'.

where D2_master is the database name.

Still searching.

Regards,
Sylvain.




Archive powered by MHonArc 2.6.24.

Top of Page