<< Click to Display Table of Contents >> Navigation: Concordance Programming Fundamentals > Working with the Database > About the Database |
Once you understand the basics of CPL programming, you can begin to use that knowledge to manipulate Concordance databases. Using CPLs you can perform a variety of tasks, such as searching a database, reading information out of fields, and writing information to fields. The following topic describe how to work with a Concordance database.
Topic |
Description |
About the basic way to identify a database in a CPL script. |
|
How to access information about the database, such as the number of fields or the database name. |
|
How to access information in a database field. |
|
How to interact with all records in a database. |
|
How to open and close the database. |