Saved Bookmarks
| 1. |
Solve : help ? Is generic database text easy to read using Diskedit or a text editor? |
|
Answer» I was wondering if general database text easy to read USING Diskedit? No. A database file has a specific structure. Often not the same as a TXT file. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases.[1]Trying to text edit a file from Microsoft Access can result in bad errors. Other data apse programs have their own structure for data. It is needed for fast recall and reliability. In fact, the structure is often optimized for a placation. ISAM databases are likely the only database files that you'll find readable (and editable) using a text editor. ANYTHING else is unlikely to be very readable, let alone editable. |
|