DBase programming language
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
m (→See also) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{FormatInfo | + | {{DISPLAYTITLE:dBase programming language}}{{FormatInfo |
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
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 == | ||
Line 21: | Line 22: | ||
* [http://www.clicketyclick.dk/databases/xbase/format/index.html Xbase file format description] | * [http://www.clicketyclick.dk/databases/xbase/format/index.html Xbase file format description] | ||
* [http://www.dbase.com/ Current dBase product] | * [http://www.dbase.com/ Current dBase product] | ||
+ | |||
+ | [[Category:Borland]] |
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.