Page 1 of 1

mysqli

Posted: Sat Apr 21, 2007 5:01 pm
by GeXus
When using stored procs with mysql 5, is it required to use mysqli?

Posted: Sat Apr 21, 2007 6:55 pm
by volka
This or pdo/mysql
http://de2.php.net/manual/en/ref.pdo-mysql.php wrote:PDO_MYSQL will take advantage of native prepared statement support present in MySQL 4.1 and higher. If you're using an older version of the mysql client libraries, PDO will emulate them for you.

Re: mysqli

Posted: Sun Apr 22, 2007 5:25 am
by jmut
GeXus wrote:When using stored procs with mysql 5, is it required to use mysqli?
no