Icon SQL Property

__property System::Classes::TStrings* SQL

Usage

Use the SQL property to specify the script that the TEDBScript component executes when its Open or ExecScript methods are called. The script must contain, at a minimum, the following SQL/PSM:

SCRIPT
BEGIN
END
Image