Top "Parameters" questions

Parameters are a type of variable used in a subroutine to refer to the data provided as input to the subroutine.

Using LIKE operator with stored procedure parameters

I have a stored procedure that uses the LIKE operator to search for a truck location among some other parameters @…

sql-server stored-procedures parameters sql-like
How do I pass multiple attributes into an Angular.js attribute directive?

I have an attribute directive restricted as follows: restrict: "A" I need to pass in two attributes; a number and …

javascript parameters angularjs attributes directive
Is it possible to pass parameters programmatically in a Microsoft Access update query?

I have a query that's rather large, joining over a dozen tables, and I want to pull back records based …

vba ms-access parameters ms-access-2010
How to pass parameters to a Script tag?

I read the tutorial DIY widgets - How to embed your site on another site for XSS Widgets by Dr. …

javascript parameters widget xss script-tag
Http Servlet request lose params from POST body after read it once

I'm trying to accessing two http request parameters in a Java Servlet filter, nothing new here, but was surprised to …

java servlets parameters httprequest servlet-filters
pass parameter by link_to ruby on rails

I have this line of code: <%= link_to "Add to cart", :controller => "car", :action => "add_to_cart", :…

ruby-on-rails parameters
How to set table name in dynamic SQL query?

I want to set table name in a dynamic SQL query. I tried successfully for parameter as following: /* Using sp_…

sql sql-server sql-server-2008 parameters dynamicquery
Select All as default value for Multivalue parameter

I'm building a report in Visual Studio 2008 with a lot of multivalue parameters and it's working great, but I would …

sql-server visual-studio-2008 reporting-services parameters
Passing parameters on button action:@selector

I want to pass the movie url from my dynamically generated button to MediaPlayer: [button addTarget:self action:@selector(buttonPressed:) …

iphone parameters action selector media-player
Dynamically Fill Jenkins Choice Parameter With Git Branches In a Specified Repo

I have a parameterized Jenkins job which requires the input of a specific Git branch in a specific Git repo. …

git parameters branch jenkins choice