PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB2_Driver_mssql » Bug #7855

EXECUTE syntax changed in Sql Server 2005

Details

Submitted2006-06-10 10:02 UTC
Fromtgreiser at montana dot com
Assignednrf
StatusClosed
PackageMDB2_Driver_mssql
PHP Version5.1.4
OSSql Server 2005
Roadmaps(Not assigned)

Comments

[2006-06-10 10:02 UTC] tgreiser at montana dot com

Description:
------------
EXECUTE syntax is changed in Sql Server 2005 to not allow parentheses around the params.

http://msdn2.microsoft.com/en-us/library/ms188332.aspx

The new syntax is like:

EXEC dbo.uspGetEmployeeManagers 6;

Affects executeStoredProc() in MDB2/Driver/Function/mssql.php.

[2006-06-12 16:15 UTC] nrf at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.