SQLite
How to Create New Database Name?
Step 1:
Go to Run
Sync location. Where exe located
My Exe located in C:\Sqlite.exe
Example Screen below
Step 2:
Environment variables
How to create Database?
How to Get All Database Name?
SQLite>.Database
|
Above query retrieve all
database name with location
“ Main “ is default
database name .
Database name same as “Main “but location of database storage
we can store different name
Like “Testdb.db”Step 1:
Go to Run
Step 2:
Type CMD
Step 3:Sync location. Where exe located
My Exe located in C:\Sqlite.exe
Step 4:
C:\>sqlite3.exe Sample.db
|
.db file store location ? Is it store C:\Sample.db?
No
C:\Users\<YourName>\AppData\Local\VirtualStore\sample.db
|
How to modify above location?
Step 1:
Go to My computer
Step 2:
Right Click èProperty
Step 3:
Advanced System Settings
Step 4:Environment variables
Step 5:
Note:
Whenever open New Sqlite window execute below query
C:\>sqlite3.exe Sample.db
|
No comments :
Post a Comment