In programming, a parameter is a value given to a variable. A parameter acts as placeholder in a query or stored procedure that can be filled in when the query or stored procedure is executed. Parameters enable you to use the same query or stored procedure many times, each time with different values.
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.