mysqli

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

mysqli

Post by GeXus »

When using stored procs with mysql 5, is it required to use mysqli?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: mysqli

Post by jmut »

GeXus wrote:When using stored procs with mysql 5, is it required to use mysqli?
no
Post Reply