SQLITE in Italian translation

sqlite

Examples of using Sqlite in English and their translations into Italian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
  • Official/political category close
In this example we are installing sqlite as database, but if you have already a mysql up
In questo esempio stiamo installando SQLite come database, ma se avete già un mysql installato
as you would cause SQLite to use a lot of memory to process the query- just think of how much memory you would need if a million rows were stored in memory,
questo costringe SQLite a utilizzare una grande quantità di memoria per processare la query- basta pensare a quanta memoria sarebbe necessaria se si memorizzasse un milione di righe,
Among the more popular open-source systems for which drivers are available are MySQL, SQLite(version 3
attraverso una serie di driver. I più famosi tra i sistemi supportati open-source sono MySQL, SQLite(solo versione 3
SQLite does not operate on a client/ server model; each database is held in a regular file, local or remote, accessed using the normal methods supplied by the underlying operating system. In this case, therefore, there is only one software package and the driver to install. Also, some of the following information, particularly that related to administration, may not apply to SQLite.
SQLite non usa un modello client/ server; ogni database è memorizzato in un file, locale o remoto, a cui accede attraverso i metodi comuni forniti dal sistema operativo. In questo caso, quindi, c'è da installare un solo programma oltre al driver. Alcune delle informazioni seguenti, in particolare quelle relative all' amministrazione, potrebbero non essere applicabili a SQLite.
SQLite has one database per file so enter the file name in which you wish to create the database. To browse the file system, click the icon to the right of the file name. For SQLite databases, the Host name, Username, and Password fields are not relevant. The SQLite file must have the appropriate read/ write permissions set by the underlying file system to enable the appropriate access for the currently logged-in user.
SQLite ha un database per file, quindi inserire il nome del file in cui creare il database. Per sfogliare le cartelle, fare clic sull' icona a destra del nome del file. Per i database SQLite, i campi Nome host, Nome utente e Password non sono rilevanti. Il file SQLite deve avere i corretti permessi in lettura/ scrittura, impostati dal sistema operativo, per permettere l' accesso all' utente corrente.
Note that, except in the case of Sqlite, you will need either to include a suitable CREATE DATABASE statement as the first command,
a parte nel caso di Sqlite, bisogna aggiungere un' istruzione CREATE DATABASE come primo comando, se non si è
PDO_SQLITE provides the'sqlite' version 3 driver.
PDO_SQLITE fornisce il driver'sqlite' versione 3.
SQLITE_BOTH is the default for this function.
SQLITE_BOTH è il default per questa funzione.
SQLITE_ASSOC is the default for this function.
SQLITE_ASSOC è il valore di default per questa funzione.
The SQLITE file should open now without any problem.
Il file SQLITE dovrebbe essere aperto senza nessun problema.
How to open. SQLITE file extension?. sqlite file extension.
Come aprire il file. SQLITE? Estensione. sqlite.
The SQLITE_CONFIG_PCACHE mechanism has been replaced with SQLITE_CONFIG_PCACHE2.
Il meccanismo SQLITE_CONFIG_PCACHE è stato sostituito con SQLITE_CONFIG_PCACHE2.
Version 3.8.1 adds the SQLITE_ENABLE_STAT4 compile-time option.
La versione 3.8.1 aggiunge l'opzione SQLITE_ENABLE_STAT4 compile-time.
Save sms sent in a SQLITE database.
Salvataggio dei messaggi spediti su di un database SQLITE.
Improved support for hostings with old PDO_SQLITE version.
Supporto dell'hosting migliorato con la vecchia versione di PDO_SQLITE.
How to open file with SQLITE extension?
Come aprire il file SQLITE?
The driver"SQLITE" for SQLite3 databases is not available.
Il driver« SQLITE» per le banche dati SQLite3 non è disponibile.
Added the SQLITE_DIRECT_OVERFLOW_READ compile-time option, causing overflow pages to be read directly from the database file, bypassing the page cache.
Aggiunta l'opzione a compile-time SQLITE_DIRECT_OVERFLOW_READ, che forza la lettura delle pagine overflow direttamente dal file di database, senza passare per la cache di pagina.
Added the SQLITE_FCNTL_OVERWRITE file-control by which the SQLite core indicates to the VFS that the current transaction will overwrite the entire database file.
Aggiunto il controllo file SQLITE_FCNTL_OVERWRITE tramite il quale il core SQLite indica al VFS che l'attuale transazione sovrascriverà l'intero database.
run a separate instance of SQLITE. EXE.
eseguire un'istanza separata di SQLITE. EXE.
Results: 290, Time: 0.0388

Top dictionary queries

English - Italian