PDO (PHP Data Objects) is a data-access abstraction layer (interface) for PHP.
EDIT: This question title originally was: How does Doctrine know last inserted id in MySQL? and was related to Doctrine …
php mysql doctrine pdo communication-protocolWe are working with 2 databases, our local database and an external database. But now our external database is down (we're …
php database codeigniter pdo connection-timeoutI'm receiving the following error when trying to do a PDO OCI SQL query on one of my web servers: …
php oracle pdo oracle-call-interfaceI'd like to add my SSL cert and key files to Doctrine DBAL configuration but I don't see how to …
symfony pdo doctrine-orm yaml dbalI'm trying to use Google Cloud SQL over SSL from GCE(Google Compute Engine) instance. My problem is that I …
mysql mysqli pdo google-compute-engine google-cloud-sqlI already have PHP 5.4 installed in a CentOS 7 VPS. I am trying now to access a legacy database in .mdb …
php pdo odbci'm looking to do unbuffered queries only on some requests. In mysql I was doing this : $req = mysql_unbuffered_query(…
php mysql pdo request unbufferedWhat is this? This is a list of frequently asked questions regarding PHP Data Objects Why is this? As PDO …
php pdo