Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Executing SQL statements

The 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.