Sets the number of <FIELDVALUES> sections for single INSERT statement with extended syntax. Syntax: property ExtInsertsCount : integer; Description: Every single INSERT statement will contain ExtInsertsCount <FIELDVALUES> sections. INSERT INTO (<FieldList>) VALUES (<FIELDVALUES>),(<FIELDVALUES>),...,(<FIELDVALUES>); See also: ExtInsert property |