Hi,
 
   I have written a plpgsql function media_format_func(p_in 
overlay_format_type) which returns int
 
$sql='select * from 
media_format_func((200,400,'640*481','jpg')::overlay_format_type)';
 
$result = $this->objDB->query($sql);
print_r($result,1);
 
  I should get a value as 10, instead I am getting the Resource ID as 128 which 
is wrong I guess I am getting the output as an object and I am not getting the 
expected resul that I should get.  
 
 What may be the problem?
 
   I am using PEAR object module for the db connections.
 
  Please advise.
 
Regards
skarthi
 
_________________________________________________________________
Get a FREE Web site, company branded e-mail and more from Microsoft Office Live!
http://clk.atdmt.com/MRT/go/mcrssaub0540002919mrt/direct/01/

Reply via email to