IBDAC

TDAScript.Delimiter Property

Used to set the delimiter string that separates script statements.

Class

TDAScript

Syntax

property Delimiter: string stored IsDelimiterStored;

Remarks

Use the Delimiter property to set the delimiter string that separates script statements. By default it is semicolon (;). You can use slash (/) to separate statements that can contain semicolon (for example, CREATE TRIGGER or CREATE PROCEDURE) if the Delimiter property's default value is semicolon. Note that slash must be the first character in line.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback