DBase programming language
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|prg}} |released=1980 }} The popular '''dBase''' database (most popular in the PC platform, ...") |
m (→See also) |
||
(7 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 Clipper and FoxPro), but it ultimately went out of favor as [[SQL]]-based databases became the new standard. | |
− | 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 | + | |
Originally by Ashton-Tate, dBase was ultimately acquired by Borland. | Originally by Ashton-Tate, dBase was ultimately acquired by Borland. | ||
Line 13: | Line 12: | ||
== See also == | == See also == | ||
+ | * [[DBF]] | ||
+ | * [[dBase II]] | ||
* [[dBase III]] | * [[dBase III]] | ||
+ | * [[FoxPro programming language]] | ||
+ | * [[Clipper (programming language)]] | ||
== References == | == References == | ||
* [[Wikipedia:dBase|Wikipedia article]] | * [[Wikipedia:dBase|Wikipedia article]] | ||
+ | * [http://www.clicketyclick.dk/databases/xbase/format/index.html Xbase file format description] | ||
+ | * [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.