Search code examples
databasedatasource

Difference between Database and Data Source


What is the difference between Database and Data Source?


Solution

  • A data source is simply something your program relies on to get data. A database is a kind of data source that persists data to some digitized form. Other data sources include files, services, etc — these all provide data to your programs.