Create an Sqlite database and an accesssqlite database from Access
First, we need to use the SQLite Expert Professional tool
1. Create a database
2. Create a database using SQLite Expert and import --> Data Transfer Wizard --> import data into... --> ADO Data Source
3. Select Provider = Microsoft. Jet. OLEDB.4.0 as the data source;
Data Source = E: \ xxxxxx. mdb; Persist Security Info = False
Change Data Source to your own database
4. Enter the user name and password
Simple and crude, fast Conversion
How to link the Sqlite database in access?
I have never tried this. However, for SQLITE, there are visual interface management software. The next one on the internet is
In the access database, how does one use SQL statements to create parameter queries?
For example
There is a student renewal table. You need to check the information of a student ID in this table.
Here, you can replace the words "Enter your student ID". It is not the name of the field in your table.
The SQL statements in the end are similar.
SELECT * FROM student sequence table WHERE student sequence table. Student ID = [enter student ID];