DBase programming language
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (→See also) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
|released=1980 | |released=1980 | ||
}} | }} | ||
− | The popular '''dBase''' database (most popular in the PC platform, but also available for other platforms including [[CP/M]] and the Apple II) included a built-in programming language for creating and accessing databases, but sufficiently functional to permit entire application programs to be created in it. In the 1980s and early 1990s, many specialized business applications were created under it (or "clones" like | + | The popular '''dBase''' database (most popular in the PC platform, but also available for other platforms including [[CP/M]] and the Apple II) included a built-in programming language for creating and accessing databases, but sufficiently functional to permit entire application programs to be created in it. In the 1980s and early 1990s, many specialized business applications were created under it (or "clones" like Clipper and FoxPro), but it ultimately went out of favor as [[SQL]]-based databases became the new standard. |
Originally by Ashton-Tate, dBase was ultimately acquired by Borland. | Originally by Ashton-Tate, dBase was ultimately acquired by Borland. | ||
Line 12: | Line 12: | ||
== See also == | == See also == | ||
+ | * [[DBF]] | ||
* [[dBase II]] | * [[dBase II]] | ||
* [[dBase III]] | * [[dBase III]] | ||
− | * [[FoxPro]] | + | * [[FoxPro programming language]] |
− | * [[Clipper]] | + | * [[Clipper (programming language)]] |
== References == | == References == |
Latest revision as of 13:29, 28 May 2016
The popular dBase database (most popular in the PC platform, but also available for other platforms including CP/M and the Apple II) included a built-in programming language for creating and accessing databases, but sufficiently functional to permit entire application programs to be created in it. In the 1980s and early 1990s, many specialized business applications were created under it (or "clones" like Clipper and FoxPro), but it ultimately went out of favor as SQL-based databases became the new standard.
Originally by Ashton-Tate, dBase was ultimately acquired by Borland.
The dBase language includes a format for database queries, as well as formatting of forms for input/output, and procedural programming constructs.