G'Day,

My environment is as follows:

- MS-SQL 2k on Win32 box
- PHP 4.xx, TDS x.xx on Linux box

If I have the following stored procedure:

CREATE PROCEDURE MyProc AS
BEGIN
    PRINT 'Hello World'
    SELECT * FROM tblMyTable
END
GO

And I am using the mssq_* functions. How do I get to see any PRINT 
statements from the stored procedure.

TIA


-- Donovan
----------------------------------------------------------------------
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems [www.namsys.com.au]
Voice: +61 2 6285-3460
Fax: +61 2 6285-3459
TVisualBasic = Class(None);
Heard just before the 'Big Bang': "...Uh Oh...."
----------------------------------------------------------------------
GXExplorer [http://www.gxexplorer.org] Freeware Windows Explorer
replacement. Also includes freeware delphi windows explorer components.
----------------------------------------------------------------------

Reply via email to