Previous Topic

Next Topic

Inhoudsopgave

Book Index

StoredProcName Property

Property Property StoredProcName: string

Description

Name of the stored procedure to be executed. When a name is given, the params of the stored procedure are automatically filled in the Params property. You do not have to add the parameters yourself. U can access the parameters directly with the ParamByName method.