Examples with "pdo-sqlite" and their translation in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If PHP has the pdo-sqlite module, no further setup is required.
Si PHP tiene el módulo pdo-sglite, no se requiere ninguna configuración adicional.
Andere resultaten
SQLite 3 is supported through PDO SQLite.
with-pdo-sqlite=shared 1. If PDO is built as a shared modules, all PDO drivers must also be
Cuando se construya PDO como una extensión compartida (no recomendado), todos los controladores de PDO deben ser cargados después del propio PDO.
To disable, - without-pdo-sqlite[=DIR] may be used, where sqliteCreateAggregate - Registers an aggregating User Defined Function for use in SQL statements
You must enable PDO to use the SQLite extension.
Se puede habilitar PDO usando la extensión SQLite.
If your SQLite-based project is already written and working against earlier PHP versions, then you can continue to use ext/sqlite without problems, but will need to explicitly enable both PDO and sqlite.
Si un proyecto basado en SQLite estuviera escrito y funcionando con una versión de PHP anterior, se podrá seguir usando ext/sglite sin ningún problema, pero se deberá habilitar explícitamente tanto PDO como sglite.
New projects should use PDO and the 'sqlite' (version 3) driver, as this is faster than SQLite 2, has improved locking concurrency, and supports both prepared statements and binary columns natively.
Los nuevos proyectos deben usar PDO y el driver (versión 3) de 'sglite', ya que es más rápido que SQLite 2, mejora la concurrencia, y soporta tanto sentencias preparadas, como columnas binarias, de forma nativa.
With the introduction of PDO, the sqlite extension doubles up to act as a 'sqlite2' driver for PDO; it is due to this that the sqlite extension in PHP 5.1.x has a dependency upon the PDO extension.
Con la llegada de PDO, la extensión sglite pasa a actuar como driver 'sglite2' de PDO; es por esto que la extensión sql de PHP 5.1.x depende de la extensión PDO.
SQLite (PDO): This driver uses SQLite and is recommended for simplicity of installation and the efficiency in most cases.
SQLite (PDO): este driver usa SQLite y es el recomendado por motivos de simplicidad de instalación y por eficiencia en la mayoría de casos.