source: www/manuals/PHP_manual/function.ocierror.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 2.8 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>OCIError</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="Oracle 8 functions"
13HREF="ref.oci8.html"><LINK
14REL="PREVIOUS"
15TITLE="OCIDefineByName"
16HREF="function.ocidefinebyname.html"><LINK
17REL="NEXT"
18TITLE="OCIExecute"
19HREF="function.ociexecute.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.ocidefinebyname.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.ociexecute.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.ocierror"
75></A
76>OCIError</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN62302"
81></A
82><P
83> (PHP 3&#62;= 3.0.7, PHP 4 )</P
84>OCIError&nbsp;--&nbsp;Return the last error of stmt|conn|global
85 </DIV
86><DIV
87CLASS="refsect1"
88><A
89NAME="AEN62305"
90></A
91><H2
92>Description</H2
93>array <B
94CLASS="methodname"
95>OCIError</B
96> ( [int stmt|conn|global])<BR
97></BR
98><P
99>&#13; <B
100CLASS="function"
101>OCIError()</B
102> returns the last error found. If
103 the optional <TT
104CLASS="parameter"
105><I
106>stmt|conn|global</I
107></TT
108> is not
109 provided, the last error encountered is returned. If no error is
110 found, <B
111CLASS="function"
112>OCIError()</B
113> returns
114 <TT
115CLASS="constant"
116><B
117>FALSE</B
118></TT
119>. <B
120CLASS="function"
121>OCIError()</B
122> returns the error as an
123 associative array. In this array, <TT
124CLASS="parameter"
125><I
126>code</I
127></TT
128>
129 consists the oracle error code and <TT
130CLASS="parameter"
131><I
132>message</I
133></TT
134>
135 the oracle errorstring.
136 </P
137></DIV
138><DIV
139CLASS="NAVFOOTER"
140><HR
141ALIGN="LEFT"
142WIDTH="100%"><TABLE
143SUMMARY="Footer navigation table"
144WIDTH="100%"
145BORDER="0"
146CELLPADDING="0"
147CELLSPACING="0"
148><TR
149><TD
150WIDTH="33%"
151ALIGN="left"
152VALIGN="top"
153><A
154HREF="function.ocidefinebyname.html"
155ACCESSKEY="P"
156>Pøedcházející</A
157></TD
158><TD
159WIDTH="34%"
160ALIGN="center"
161VALIGN="top"
162><A
163HREF="index.html"
164ACCESSKEY="H"
165>Domù</A
166></TD
167><TD
168WIDTH="33%"
169ALIGN="right"
170VALIGN="top"
171><A
172HREF="function.ociexecute.html"
173ACCESSKEY="N"
174>Dal¹í</A
175></TD
176></TR
177><TR
178><TD
179WIDTH="33%"
180ALIGN="left"
181VALIGN="top"
182>OCIDefineByName</TD
183><TD
184WIDTH="34%"
185ALIGN="center"
186VALIGN="top"
187><A
188HREF="ref.oci8.html"
189ACCESSKEY="U"
190>Nahoru</A
191></TD
192><TD
193WIDTH="33%"
194ALIGN="right"
195VALIGN="top"
196>OCIExecute</TD
197></TR
198></TABLE
199></DIV
200></BODY
201></HTML
202>
Note: See TracBrowser for help on using the repository browser.