diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-F40E34F4-5B8B-523E-82B6-7717D8FD26AB.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-F40E34F4-5B8B-523E-82B6-7717D8FD26AB.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,26 @@ + + + + + +Executing +SQL statementsThe RDbDatabase class provides a member function, Execute(), +which directly executes both DDL and DML statements on the database. +

As most of these statements can take an extended time to complete, there +are also interfaces to execute these statements incrementally.

+ +

DML statements need a different interface because it is not always possible +to know how many steps a DML operation is going to need.

+
\ No newline at end of file