Open In App

Difference between SQLite and dBASE

Improve
Improve
Like Article
Like
Save
Share
Report

1. SQlite : 
SQLite is a software library that provides a relational database management system (RDBMS). It was designed by D. Richard Hipp on August 2000. The design goals of SQLite were to allow the program to be operated without installing a database management system(DBMS) or requiring a database administrator. The lite in SQLite means light weight in terms of setup, database administration, and required resource. 

2. dBASE : 
dBase is a microcomputer database management system (DBMS) that runs on a Windows platform. It is one of the first database system that runs on microcomputer. It was developed by Ashton Tate in 1979 It is designed to manipulate relational databases. Nowdays, it dBASE PLUS 11 version is used.which as released in 2016. 

Difference between SQLite and dBASE :-  

S.N0. SQLite dBASE
1. Developed By D. Richard Hipp on August 2000. Developed by Ashton Tate in 1979
2. MYSQL is open source software, public domain software. 
 
dBASE is commercial software only licensed version. 
 
3. SQLite do not have any server operating system DOS and Windows are server operating system using dBASE. 
 
4. ADO.NET, JDBC, ODBC, e.t.c are used as APIs and other access method. 
 
It does not support any APIs and access method. 
 
5. SQLite support SQL(standard query language) dBASE does not support SQL
6. ACID properties (Atomicity, Consistency, Isolation, and Durability) of transaction is followed by SQLite. 
 
dBASE does not hold for ACID properties
7. No Access right for users in SQLite Access rights for users and roles is in dBASE
8. Triggers can be used in SQLite Triggers can’t be used in dBASE.

Last Updated : 05 Aug, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads