PreviousData Provider for .NET Guide (9.1 revision 1) Next

Parameter Arrays

Show this topic in Library frames

Parameter array binding is typically used with Insert statements to speed up the time needed to fill a table. An application can specify rows of parameter values with a single execution of a command. The values can then be sent to the database server in a single round trip (depending on the native capabilities of the backend database).

The Pervasive.SQL data provider supports input parameter arrays for Insert and Update statements.


Chapter contents
Publication contents

Prev topic: Parameter Markers
Next topic: Stored Procedures