Rajesh wrote:
$sSql       = "select func_stockoutitems('$txtFromDate', '$txtToDate', 
'$txtDescription')";
$lResult    = pg_query($oConn, $sSql);
Similar kind of stuff is done in other scripts where stored procedure
functions are called and that is working without any problems...

Can anybody throw light on the above error and what could be the
probable cause ?

Check two things. One, if there is anything relevant in postgresql logs. Probably you can log the statements as well so that you can see the exact query sent to backend.


Secondly does the same query runs from psql?

HTH

Shridhar


------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to