diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/programmer_reference/program_compatible.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/programmer_reference/program_compatible.html')
| -rw-r--r-- | docs/programmer_reference/program_compatible.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/programmer_reference/program_compatible.html b/docs/programmer_reference/program_compatible.html index 5dc688d1..1d24d081 100644 --- a/docs/programmer_reference/program_compatible.html +++ b/docs/programmer_reference/program_compatible.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="program_copy.html">Prev</a> </td> - <th width="60%" align="center">Chapter 15. - Programmer Notes - </th> + <th width="60%" align="center">Chapter 15. Programmer Notes </th> <td width="20%" align="right"> <a accesskey="n" href="program_runtime.html">Next</a></td> </tr> </table> @@ -39,19 +37,21 @@ </div> </div> <p> - The Berkeley DB version 2 library provides backward-compatible - interfaces for the historic UNIX <a href="../api_reference/C/dbm.html" class="olink">dbm</a>, <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> and <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a> - interfaces. It also provides a backward-compatible interface for the - historic Berkeley DB 1.85 release. -</p> + The Berkeley DB version 2 library provides + backward-compatible interfaces for the historic UNIX <a href="../api_reference/C/dbm.html" class="olink">dbm</a>, + <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> and <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a> interfaces. It also provides a + backward-compatible interface for the historic Berkeley DB + 1.85 release. + </p> <p> - Berkeley DB version 2 does not provide database compatibility for any - of the previous interfaces, and existing databases must be converted - manually. To convert existing databases from the Berkeley DB 1.85 - format to the Berkeley DB version 2 format, review the <a href="../api_reference/C/db_dump.html" class="olink">db_dump185</a> utility and - the <a href="../api_reference/C/db_load.html" class="olink">db_load</a> utility information. No utilities are provided to convert UNIX - <a href="../api_reference/C/dbm.html" class="olink">dbm</a>, <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> or <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a> databases. -</p> + Berkeley DB version 2 does not provide database + compatibility for any of the previous interfaces, and existing + databases must be converted manually. To convert existing + databases from the Berkeley DB 1.85 format to the Berkeley DB + version 2 format, review the <a href="../api_reference/C/db_dump.html" class="olink">db_dump185</a> utility and the <a href="../api_reference/C/db_load.html" class="olink">db_load</a> utility + information. No utilities are provided to convert UNIX <a href="../api_reference/C/dbm.html" class="olink">dbm</a>, + <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> or <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a> databases. + </p> </div> <div class="navfooter"> <hr /> |
