Function documentationSapDB_Session Class (sdb.sql Module) Locate this document in the navigation structure

 

SapDB_Session is a class of the sdb.sql module. You can use the methods of this class to execute SQL statements.

An object of this class corresponds to a database session. To generate an object of this class, use the connect method (sdb.sql module). After the last reference to an object of this class has been deleted, the system closes the database session with a ROLLBACK of the transaction.

Features

Restrictions

The following restriction applies to the sql, sqlX and prepare methods: You cannot use Unicode character strings in SQL statements.