When you execute SQL statements using the methods of the sdb.sql module, the system returns different results depending on the type of SQL statement executed.
SQL Statement |
Result |
---|---|
SELECT |
Object of the SapDB_ResultSet class (sdb.sql module) |
UPDATE, DELETE |
Number of changed or deleted data records |
INSERT |
|
CALL |
|
DDL (Data Definition Language) |
None |