Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / upgrading / upgrade_4_3_fileopen.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>DB_FILEOPEN</title>
7     <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB Upgrade Guide" />
10     <link rel="up" href="upgrade_4_3_toc.html" title="Chapter 7. Upgrading Berkeley DB 4.2 applications to Berkeley DB 4.3" />
11     <link rel="prev" href="upgrade_4_3_log.html" title="Logging" />
12     <link rel="next" href="upgrade_4_3_enomem.html" title="ENOMEM and DbMemoryException" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">DB_FILEOPEN</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="upgrade_4_3_log.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 7. Upgrading Berkeley DB 4.2 applications to Berkeley DB 4.3</th>
26           <td width="20%" align="right"> <a accesskey="n" href="upgrade_4_3_enomem.html">Next</a></td>
27         </tr>
28       </table>
29       <hr />
30     </div>
31     <div class="sect1" lang="en" xml:lang="en">
32       <div class="titlepage">
33         <div>
34           <div>
35             <h2 class="title" style="clear: both"><a id="upgrade_4_3_fileopen"></a>DB_FILEOPEN</h2>
36           </div>
37         </div>
38       </div>
39       <p>The 4.3 release removes the DB_FILEOPEN error return.  Any application
40 check for the DB_FILEOPEN error should be removed.</p>
41     </div>
42     <div class="navfooter">
43       <hr />
44       <table width="100%" summary="Navigation footer">
45         <tr>
46           <td width="40%" align="left"><a accesskey="p" href="upgrade_4_3_log.html">Prev</a> </td>
47           <td width="20%" align="center">
48             <a accesskey="u" href="upgrade_4_3_toc.html">Up</a>
49           </td>
50           <td width="40%" align="right"> <a accesskey="n" href="upgrade_4_3_enomem.html">Next</a></td>
51         </tr>
52         <tr>
53           <td width="40%" align="left" valign="top">Logging </td>
54           <td width="20%" align="center">
55             <a accesskey="h" href="index.html">Home</a>
56           </td>
57           <td width="40%" align="right" valign="top"> ENOMEM and DbMemoryException</td>
58         </tr>
59       </table>
60     </div>
61   </body>
62 </html>