equal
deleted
inserted
replaced
7 Nokia Corporation - initial contribution. |
7 Nokia Corporation - initial contribution. |
8 Contributors: |
8 Contributors: |
9 --> |
9 --> |
10 <!DOCTYPE concept |
10 <!DOCTYPE concept |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
12 <concept xml:lang="en" id="GUID-22B535FA-6C8A-5B39-9CD7-6E85A86B7C2C"><title>Basic SQL Example: basicsqlexample.cpp </title><prolog><metadata><keywords/></metadata></prolog><conbody><p>A copy of the basicsqlexample.cpp file for the basic SQL example application. </p> <section><title>Introduction</title> <p>The functions demonstrate how to perform several SQL operations. </p> </section> <section><title>Code</title> <p>Defines the functions. </p> <codeblock id="GUID-7DB281F3-2F11-542A-BE71-DDFBDD113A6C" xml:space="preserve">// basicsqlexample.cpp |
12 <concept id="GUID-22B535FA-6C8A-5B39-9CD7-6E85A86B7C2C" xml:lang="en"><title>Basic |
|
13 SQL Example: basicsqlexample.cpp </title><shortdesc>A copy of the basicsqlexample.cpp file for the basic SQL example |
|
14 application. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
15 <section id="GUID-B68A6BA4-43F1-4E83-B51F-9203F12BEF1F"><title>Introduction</title> <p>The functions demonstrate how to perform |
|
16 several SQL operations. </p> </section> |
|
17 <section id="GUID-0AB66D9A-4485-496A-962C-7680FAEBF9E7"><title>Code</title> <p>Defines the functions. </p> <codeblock id="GUID-7DB281F3-2F11-542A-BE71-DDFBDD113A6C" xml:space="preserve">// basicsqlexample.cpp |
13 // |
18 // |
14 // Copyright (c) Nokia Ltd 2009. All rights reserved. |
19 // Copyright (c) Nokia Ltd 2009. All rights reserved. |
15 // |
20 // |
16 /** This example application demonstrates several SQL operations including: |
21 /** This example application demonstrates several SQL operations including: |
17 <ul> |
22 <ul> |
281 User::Panic(_L("Failed to complete"),err); |
286 User::Panic(_L("Failed to complete"),err); |
282 } |
287 } |
283 delete cleanup; |
288 delete cleanup; |
284 __UHEAP_MARKEND; |
289 __UHEAP_MARKEND; |
285 return KErrNone; |
290 return KErrNone; |
286 }</codeblock> </section> </conbody></concept> |
291 }</codeblock> </section> |
|
292 </conbody></concept> |