~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/odbc/doc/src/error_handling.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-12-20 09:03:40 UTC
  • mto: (3.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20091220090340-w3kbi1lj1wp7l2m3
Tags: upstream-13.b.3-dfsg
ImportĀ upstreamĀ versionĀ 13.b.3-dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    <checked></checked>
30
30
    <date></date>
31
31
    <rev></rev>
32
 
    <file></file>
 
32
    <file>error_handling.xml</file>
33
33
  </header>
34
34
 
35
35
  <section>
88
88
  <section>
89
89
    <title>The whole picture </title>
90
90
    <p>As the Erlang ODBC application relies on third party products
91
 
      and communicates with a database that proably runs on an other
 
91
      and communicates with a database that probably runs on an other
92
92
      computer in the network there are plenty of things that might go
93
93
      wrong. To fully understand the things that might happen it
94
94
      facilitate to know the design of the Erlang ODBC application,
99
99
        semantics of the API will not change as it is independent of the
100
100
        implementation.</p>
101
101
    </note>
102
 
    <image file="odbc_app_arc">
 
102
    <image file="odbc_app_arc.gif">
103
103
      <icaption>Architecture of the Erlang odbc application</icaption>
104
104
    </image>
105
105
    <p>When you do application:start(odbc) the only thing that