Afternoon all,I'm pulling my hair out here... I have a stored procedure that runs fine from SQL Server Management Studio but I'm having real problems running it from PHP.Management Studio:EXEC dbo.BookingProctestPHP:$outputarray = array();
$serverName = $Server;
$connectionInfo = array( "Database"=>$Database, "UID"=>$Username, "PWD"=>$Password);$conn = sqlsrv_connect( $serverName, $connectionInfo);if( $conn ) {
$query = "EXEC... ... Read the entire article at the source link...
http://codango.com/sql-stored-procedure-not-working/
I am happy to share this resource that we found. The content displayed on this page is property of its original author or their organization.
No comments:
Post a Comment