• 这个包包含一个DLL源码图书馆版本3.7.4. 该源码图书馆,包括一个小命令行程序SQLite3,这将允许以手工输入和执行SQL命令对一个SQLite3数据库。

    开始SQLite3程序,只是种类型"sqlite3"的名称后的文件存放源码数据库。 如果文件不存在,一个新创建一个自动的。 该SQLite3程序将提示你该SQL。 类型在SQL statements(终止的分号),按下"进入"和SQL将被执行。

  • इस पैकेज में शामिल है एक DLL के लिए SQLite पुस्तकालय संस्करण 3.7.4. SQLite पुस्तकालय भी शामिल है, एक छोटे से कमांड लाइन उपयोगिता SQLite3 है कि आप की अनुमति देगा करने के लिए मैन्युअल रूप से प्रवेश और निष्पादित एसक्यूएल आदेशों के खिलाफ एक SQLite3 डेटाबेस.

    शुरू करने के लिए SQLite3 कार्यक्रम, बस प्रकार "sqlite3" द्वारा पीछा फ़ाइल नाम रखती है कि SQLite डेटाबेस । यदि फ़ाइल मौजूद नहीं है, एक नया एक है स्वचालित रूप से बनाया है. SQLite3 कार्यक्रम होगा, तो आपको संकेत दर्ज करने के लिए SQL. प्रकार में एसक्यूएल बयान (द्वारा समाप्त एक अर्धविराम), प्रेस दर्ज करें "" और SQL निष्पादित किया जाएगा.

  • This package contains a DLL for the SQLite library version 3.7.4. The SQLite library includes a small command-line utility SQLite3 that will allow you to manually enter and execute SQL commands against an SQLite3 database.

    To start the SQLite3 program, just type "sqlite3" followed by the name the file that holds the SQLite database. If the file does not exist, a new one is created automatically. The SQLite3 program will then prompt you to enter SQL. Type in SQL statements (terminated by a semicolon), press "Enter" and the SQL will be executed.