Show TOC

prepare Method (SapDB_Session Class)Locate this document in the navigation structure

Use

prepare is a method of the SapDB_Session class (sdb.sql module). You can use this method to send SQL statements to the database in order for them to be checked.

Features
prepare (cmd)
			

Attribute

Description

cmd

SQL statement

Result:

Example