Icon SQL Property

property SQL: TStrings

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