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

 

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

Syntax Syntax

  1. prepare (cmd)
End of the code.
prepare Method: Attributes

Attribute

Description

cmd

SQL statement

Result:

Example