Hello Ramesh
Here is my code of stored procedure with no parameters
<?php
// create connection
$connection = odbc_connect("test","sa","");
// test connection
if (!$connection) {
echo "Couldn't make a connection!";
exit;
}
// create SQL statement
$sql = "TesttempSP";
// $sql="SELECT...