|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-AB62AA91-98DE-5750-842B-BB8700B90C21" xml:lang="en"><title>Category: |
|
13 CommsDbServer</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>The <codeph>CommDb</codeph> panics are as follows:</p> |
|
15 <table id="GUID-45CD26F4-3672-501B-9657-81DA21657FBF"> |
|
16 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/> |
|
17 <tbody> |
|
18 <row> |
|
19 <entry><p>1</p> </entry> |
|
20 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-4E0FEBCB-AA95-3FEA-8387-0DC713483C3B"><apiname>CCommsDbTableView::InsertRecord()</apiname></xref> called when <codeph>InsertRecord()</codeph> or <codeph>UpdateRecord()</codeph> has |
|
21 already been made.</p> </entry> |
|
22 </row> |
|
23 <row> |
|
24 <entry><p>2</p> </entry> |
|
25 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-ECA43139-24ED-3D17-9177-76E2EB187331"><apiname>CCommsDbTableView::UpdateRecord()</apiname></xref> called when <codeph>InsertRecord()</codeph> or <codeph>UpdateRecord()</codeph> has |
|
26 already been made.</p> </entry> |
|
27 </row> |
|
28 <row> |
|
29 <entry><p>3</p> </entry> |
|
30 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-57D5A08F-680C-3946-8227-8D9DE9FCB0D8"><apiname>CCommsDbTableView::DeleteRecord()</apiname></xref> called when |
|
31 a previous call to <codeph>InsertRecord()</codeph> or <codeph>UpdateRecord()</codeph> has |
|
32 been made.</p> </entry> |
|
33 </row> |
|
34 <row> |
|
35 <entry><p>4</p> </entry> |
|
36 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-0A512F2C-85D0-3562-9BCB-DF8DEE038BC6"><apiname>CCommsDbTableView::PutRecordChanges()</apiname></xref> called |
|
37 without previous call to <codeph>InsertRecord()</codeph> or <codeph>UpdateRecord()</codeph>. </p> </entry> |
|
38 </row> |
|
39 <row> |
|
40 <entry><p>5</p> </entry> |
|
41 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-25BA4CC8-DF87-3595-9259-00B5DE4E61D0"><apiname>CCommsDbTableView::CancelRecordChanges()</apiname></xref> called |
|
42 without previous call to <codeph>InsertRecord()</codeph> or <codeph>UpdateRecord()</codeph>. </p> </entry> |
|
43 </row> |
|
44 <row> |
|
45 <entry><p>6</p> </entry> |
|
46 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-04D343B5-7889-3F57-AA78-192A761E284F"><apiname>CCommsDbTableView::GotoFirstRecord()</apiname></xref> called while |
|
47 an operation involved in inserting or updating a record is still outstanding, |
|
48 or when the view has been closed.</p> </entry> |
|
49 </row> |
|
50 <row> |
|
51 <entry><p>7</p> </entry> |
|
52 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-AA718FFD-D70A-3830-86C3-4A05216B20F5"><apiname>CCommsDbTableView::GotoNextRecord()</apiname></xref> called while |
|
53 an operation involved in inserting or updating a record is still outstanding, |
|
54 or when the view has been closed.</p> </entry> |
|
55 </row> |
|
56 <row> |
|
57 <entry><p>8</p> </entry> |
|
58 <entry><p><xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-96134BF3-0173-3A71-BEB0-2683FDB2845F"><apiname>CCommsDbTableView::GotoPreviousRecord()</apiname></xref> called |
|
59 while an operation involved in inserting or updating a record is still outstanding, |
|
60 or when the view has been closed.</p> </entry> |
|
61 </row> |
|
62 <row> |
|
63 <entry><p>10</p> </entry> |
|
64 <entry><p>Attempt made to read from a column before either <codeph>PutRecordChanges()</codeph> or <codeph>CancelRecordChanges()</codeph> has |
|
65 been called to complete a record insertion or update operation.</p> </entry> |
|
66 </row> |
|
67 <row> |
|
68 <entry><p>12</p> </entry> |
|
69 <entry><p>Attempt is made to write to a column without calling <xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-4E0FEBCB-AA95-3FEA-8387-0DC713483C3B"><apiname>CCommsDbTableView::InsertRecord()</apiname></xref> or <xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-ECA43139-24ED-3D17-9177-76E2EB187331"><apiname>CCommsDbTableView::UpdateRecord()</apiname></xref>. </p> </entry> |
|
70 </row> |
|
71 <row> |
|
72 <entry><p>13</p> </entry> |
|
73 <entry><p>Attempt to write to table ID column with <xref href="GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443.dita#GUID-CCF58895-B3F1-3EBA-820A-5FCC35C6B443/GUID-D7D72559-89EF-391E-A634-55D988068544"><apiname>CCommsDbTableView::WriteUintL()</apiname></xref>.</p> </entry> |
|
74 </row> |
|
75 <row> |
|
76 <entry><p>14</p> </entry> |
|
77 <entry><p><xref href="GUID-3118CA49-A7F3-3244-9756-5A6A05CD3EB4.dita#GUID-3118CA49-A7F3-3244-9756-5A6A05CD3EB4/GUID-A31E1C40-DFC4-35D7-94E9-4F64B7B459C2"><apiname>CCommDbOverrideSettings::GetLongDesOverride()</apiname></xref> called |
|
78 with too small <codeph>aValue</codeph> buffer.</p> </entry> |
|
79 </row> |
|
80 </tbody> |
|
81 </tgroup> |
|
82 </table></conbody></concept> |