Sqlite3 com
Sqlite3 com vs. SQLite com
Sqlite3 improvements:Http://www.newobjects.com/pages/ndl/SQLite3%5Ccomparison23.htm
The table lists the most significant features of sqlite3 COM and
Create a databaseUse sqlite3.exe in the region. The data creation command is as follows:Sqlite3 db_name.xx;The database name is arbitrary. After creation, the database is directly entered. If the file exists, the database is opened directly;
SQL
Note: This document describes the usage of API functions recognized by the author since his access to SQLite. This document is translated and updated by myself.
/* 2012-05-25 */ Int Sqlite3_open ( Const Char * Filename, /* Database file
Note: All operations in this article are performed under Root.
1. Installation Sqlite3
Ubuntu install sqlite3 directly in the terminal to run the command:#apt-get Install Sqlite3To view version information:#sqlite3-version2, sqlite3 Common
Sqlite3 long for lightweight data storage, such as single-chip computer, but now the sqlite3, has been very advanced, can not underestimateTwo sqlite3 common commands The current directory establishes or opens the test.db database file and enters
SQLite3 is a small database that runs on a mobile phone and a set-top box... so it cannot be as standard as musql or sqlserver and has many data types. I thought it was
SQLite3 is a small database that runs on a mobile phone and a set-top box... so
Most database engines (as far as we know of each SQL database engine except SQLite) use static, rigid types, and the type of data is determined by its container, which is the specific column that is stored.SQLite uses a more general dynamic type
Android-sqlite3 basic command operation, androidsqlite3
There are not many databases used at ordinary times. Here we record the basic operations on the database directly under the shell terminal!
Not easy to write, reproduced please indicate the
Sqlite3 Introduction to useOne. The process usedTo use SQLite, you need to import libsqlite3.0.dylib into the project's configuration file.The functions used in the process are broadly divided into the following:> Sqlite3_open ()> Sqlite3_prepare ()>
Most database engines (all SQL database engines except SQLite as we know now) use static and rigid types, the data type is determined by its container. This container is the specific column to be stored.
SQLite uses a more general dynamic type
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.