ctx2002 wrote:
> 
> I mean for each different requests/connection how can i use same prepared
> statements object that was 
> generated by PDO lib/mysql Server.

You can't.

Resources/connections are done per request and can't be shared - it's
done that way by design.

-- 
Postgresql & php tutorials
http://www.designmagick.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to