View Single Post
  #5 (permalink)  
Old 03-07-2008, 05:28 AM
Sach_in_webfarm Sach_in_webfarm is offline
Junior Member
 
Join Date: Mar 2008
Posts: 6
Default

Hi,Brian
This gonna be fine now.ThAnKs a LOT......
Your above given code is working.I'm curious to know that

1)Is this the problem only with "WIN" plateform? If yes, then that means multiple stored procedure works fine for "LINUX" without using closeConnection() on database object(here $dbObj is an object of Zend_Db_Adapter_Pdo_Mysql if I use the PDO adapter). Right ?

2)Why do I need to closeConnection() in "WIN"?

3)Why does this snippets of code not working for "Mysqli" Adapter? Is there any way to execute the stored procedure using Mysqli adapter in Zend framework?

4) Is there any perform enhancement by using Mysqli over PDO_Mysql?

Sorry for harassing you again by asking quests but it would really enhance my knowledge...

Thank you again..

Sach
Reply With Quote