Vertaling van "SQLite se" 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.
Una instrucción de inserción para SQLite se muestra a continuación.
An insert statement for sqlite is shown below.
SQLite se usa simplemente como una manera de leer y escribir eficientemente.
SQLITE is simply used as a way to read and write from robustly.
Todo el código que se entrega con SQLite se ha escrito desde cero.
All of the deliverable code in SQLite has been written from scratch.
En lugar de eso, la biblioteca SQLite se enlaza con el programa pasando a ser parte integral del mismo.
Instead, the SQLite library is linked in and thus becomes an integral part of the application program.
Las vistas SQLite se pueden crear a partir de una sola tabla, varias tablas, u otro punto de vista.
The SQLIte views can be created from a single table, multiple tables, or another view.
Las bases de datos SQLite se encuentran guardadas en ficheros de base de datos específicos a la aplicación que se ejecuta.
SQLite databases are stored in database files specific to the application that is running.
Debes tener cuidado, ya que SQLite se encarga de evitar que dos programa puedan cambiar los mismos datos a la vez.
You must be careful because SQLite takes care to keep two programs from changing the same data at the same time.
Como SQLite se ejecuta sin un servidor de base de datos separado, hay algunas maneras en que se diferencia de otras bases de datos.
As SQLite runs without a separate database server there are a few ways in which it differs from other databases.
El modelo de bloque de SQLite se conoce como "two-tiered": nivel de conexión y nivel de tabla.
SQLite has a two-tiered locking model: connection level and table level.
Por lo tanto, con cada nueva generación, es probable que una base de datos SQLite se limpie con mayor frecuencia, lo que tiene la ventaja de hacer que la base de datos sea más rápida para las operaciones normales.
Therefore, with each new generation, a SQLite database is likely to be cleaned more frequently which has the benefit of making the database faster to use for normal operations.
Las funcionalidades y capacidades de SQLite se actualizan continuamente para mejorar su fiabilidad y rendimiento al tiempo que mantiene la compatibilidad con la especificación publicada interfaz, la sintaxis SQL, y el formato de archivo de base de datos.
The features and capabilities of SQLite are continually updated to improve reliability and performance while maintaining compatibility with the published interface specification, SQL syntax, and file format database.
Para más información sobre SQLite se puede consultar su Web y los enlaces que hay al final del capítulo.
For more informations about SQLite see its website and the links proposed at the end of the chapter.
Por ello, las aplicaciones de AIR que utilizan la base de datos SQLite se pueden ver afectadas por este problema.
Therefore, AIR applications using the SQLite database may be affected by this issue.