|
|
||||
| Frequently
Asked Questions About The CAPITAL DBF File Format |
||||
|
What is the DBF file format? The
DBF file format became popular with computer users in the early 80's.
It was originally associated with the now defunct dBase database programming
language, but was adopted as an open industry standard file format by
a wide range of computer software manufacturers, including Microsoft.
The DBF file format can be thought of as a structured form of ASCII text.
It is a simple file format, which is its great strength. Unlike
a normal ASCII file, a DBF file has 255 bytes of "header" information
that describes the structure of the file. The header allows applications
to present the information in a DBF to users in a meaningful way, even
when an application has never seen that particular file before. The existence
of the header also allows an application to determine whether the file
is in fact a valid DBF or whether it is some other kind of file, or whether
it has become corrupted. This is not normally possible with ASCII text. |
||||
|
|
||||
|
Are DBF files obsolete? No. This would be like arguing that ASCII files are obsolete. ASCII and other types of structured ASCII will always have their place. It is important not to assume that a proven technology is by definition obsolete. For example, the C programming language is more than 30 years old and still remains the number one development language used by Microsoft and other major software developers. |
|
|||
|
|
||||
|
What are the advantages of using DBF? The main advantage is the widespread recognition of the DBF format among different software applications. CAPITAL databases can be accessed directly from WinFax software; CAPITAL data files can be mail merged into Microsoft Word or loaded into Microsoft Excel or analysed using Access. Many popular applications natively recognise DBF so file conversions are often not required. For applications that require ODBC links, many ODBC drivers are available for working with DBF files. |
||||
|
Why not use a more "popular" Microsoft file format? The main problem with most of the Microsoft formats are that they are proprietary and constantly changing. Microsoft does not officially publish information on many of its most popular file formats because it wants to remain free to change those formats in future versions. A standard that always changes is not really a standard. Links established with other applications get broken and have to redone. For example, you do not want to constantly work out new ways to get mail merging working every time you upgrade. In a like manner you don't want your e-commerce system to stop working because an upgrade has changed the file format. Regular changes of the file format affect performance and cause other problems. For example, users who upgraded from Microsoft Access 97 to Access 2000 found that their data files doubled in size. While this change allowed Microsoft to better support Asian languages, in practical terms it meant many processes for users of Access took twice as long to perform, with no benefit gained. A true open standard should not ideally change over long periods of time. ODBC addresses some of these compatibility issues but for performance reasons native access to the file format is sometimes essential. Recently Microsoft has begun cautious adoption of XML. However, XML is a very inefficient method of storing large volumes of data and was not designed specifically with data access in mind. Large XML files put more workload on computer networks, without gaining any worthwhile benefits relative to the cost. |
||||
|
Can I work with DBF while using the latest development tools or software applications? Absolutely. Third-party libraries can be used to access DBF files for Delphi, Visual Basic, C, Java and other programming languages. Many different types of ODBC drivers are available. And many development tools natively recognise the DBF file format. |
||||
| Why
not use a SQL or object database format?
SQL is a database query language, not a database file format. SQL specifies how to communicate with a database. It does not specify how information is physically stored on your server. This is why CAPITAL Corporate, the SQL version of the CAPITAL Office application suite, continues to use DBF files for storage and access. |
||||
|
Business Software You Won't Outgrow CAPITAL Office is a trademark of Capital Office Business Software. All other products mentioned are registered trademarks or trademarks of their respective companies. Copyright © 1985- 2001 Will Nitschke for CAPITAL Office Business Software. All rights reserved. Last modified: 6th of September, 2005 Capital Office Business Software Home Page: www.capitaloffice.com.au |
||||