Examples with "PDO SQLite" and their translation in Engels
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.
SQLite 3 se apoya en PDO SQLite.
Andere resultaten
Se puede habilitar PDO usando la extensión SQLite.
You must enable PDO to use the SQLite extension.
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.
SQLite (PDO): This driver uses SQLite and is recommended for simplicity of installation and the efficiency in most cases.
Usa el paquete php-pdo que normalmente incluyen soporte para SQLite y MySQL.
Use the php-pdo package and normally include support for SQLite and MySQL.
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.
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.
Por ejemplo, si utilizas una base de datos MySQL, entonces usted puede cargar solo PDO y DOP/MySQL ignorando los módulos de Oracle, SQlite, Postgresql y Mongo.
For instance if you use a MySQL database, then you can only load PDO and PDO/MySQL ignoring the Oracle, SQlite, Postgresql and Mongo.
También contiene el driver PDO 'sglite2', que permite acceder a bases de datos SQLite 2 usando la API de PDO.
It also provides the PDO 'sqlite2' driver, which allows you to access legacy SQLite 2 databases using the PDO API.
Si se deseara construir la extensión PDO como extensión compartida, se deberá construir SQLite también compartido, tal y como sucede con cualquier extensión que contenga un driver PDO.
If you want to build the PDO extension as a shared extension, then the SQLite extension must also be built shared. The same holds true for any extension that provides a PDO driver
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.
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.
El framework Symfony soporta todas las Base De Datos soportadas por PDO (MySQL, PostgreSQL, SQLite, Oracle, MSSQL, ...).
The symfony framework supports all PDO-supported databases (MySQL, PostgreSQL, SQLite, Oracle, MSSQL, ...).
Cambios de soporte en SQLite En PHP 5.0.x, el soporte para SQLite 2 venía incorporado por omisión con la extensión sglite, también disponible como extensión PECL para PHP 4.3 y SQLite 2 usando la API de PDO.
PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5, and so will not run with earlier versions of PHP.