ADO 2.7 Glossary

parameterized command

A query or command that allows you to set parameter values before the command is executed. For example, a SQL string can be parameterized by embedding parameter markers in the SQL string (designated by the '?' character). The application then specifies values for each parameter and executes the command.

© 1998-2001 Microsoft Corporation. All rights reserved.