Parameters Questions and Answers

Recent IT Questions

1 - 10 of 10
<<PREVIOUS 1 NEXT>>

PASSING PARAMETERS TO REPORT VIEWER

Hi Kindly excuse me if i appear abit ignorant on this subject as i am relatively new to SSRS. I have managed to create a report that has 3 parameters (ie. Start Date,End Date,Drop down list) which i have successfully deployed to Report Server. The report basically uses a Stored Procedure which has...

Answer Question   |  Sep 16 2009  11:52 AM GMT
Parameters, SSRS, C#
asked by Shaygen

  5 pts.

Scope identity on a stored procedure in SQL

I have created the following stored procedure in SQL: CREATE procedure [dbo].[sp_trip_number] @Table_Name nvarchar(100), @Trip_Number int output as begin set nocount on begin transaction DECLARE @DynamicSQL NVARCHAR(1000) DECLARE @New_Trip_Number int SET @DynamicSQL='INSERT INTO...

View Answer   |  Dec 10 2008  7:54 PM GMT
Parameters, SQL Server stored procedures, scope
asked by SQL Server Ask the Experts

  2445 pts.

Are parameters permitted on SQL Server 2000 views

I think the answer to this is NO, but is there a way to create a view that accepts input parameters? I created the view hard coding in something that now needs the flexibility that a parameter would provide, but I've never seen a parameter on a view - Is it possible? Thanks

View Answer   |  Oct 20 2008  7:06 PM GMT
SQL Server 2000, Parameters, SQL Server views
asked by CO Bill

  70 pts.

Creating a stored procedure in SQL

I need to create a stored procedure in SQL where the clause WHERE is a parameter. Is this possible? If yes, how?

View Answer   |  Oct 13 2008  6:50 PM GMT
SQL, Stored Procedures, Parameters
asked by SQL Server Ask the Experts

  2445 pts.

Definition of the withGrant parameter in SQL

When giving permissions to database users in SQL, what does the withGrant parameter do?

View Answer   |  Sep 4 2008  8:09 PM GMT
SQL, Parameters, Permissions
asked by SQL Server Ask the Experts

  2445 pts.

Call RPGLE Program from RPG Program

I have an RPG program. In that program I want to CALL a RPGLE program and pass parameters to it. What I need to know is there some parameter in the compile that I need to do to do this? I get errors when I try to compile the RPG normally.

View Answer   |  Jul 31 2008  7:31 PM GMT
RPG, RPGLE, Parameters
asked by SoccerDave

  5 pts.

Parameters in RUNRMTCMD?

Can I pass parametes in a runrmtcomd?

View Answer   |  Jul 28 2008  9:08 PM GMT
Parameters, RUNRMTCMD
asked by J0728

  5 pts.

How to access and use subform data/calculations

Access 2007 Database; Employee Info; Form:Sick Days Docking/Pay. I created a form with a subform that keeps track of Employee sick days. It transfers totals from the subform onto the main form...Then the main form does a couple calculations on those amounts...But I need to access that information...

View Answer   |  Jul 19 2008  1:23 PM GMT
Microsoft Access, Database programming, Parameters
asked by OBI Girl

  85 pts.

Parameter structure COBOL vs RPG

We have a COBOL program which can select up to 42 lines. The parameter structure is: 01 PARM PIC X(1024). 03 ID PIC X(4). 03 SELECTED OCCURS 42. 05 ITEM PIC X(4). 05 DESCRPT PIC x(20). I need to call this pgm in RPG. How do I best define the...

View Answer   |  Jun 24 2008  1:52 PM GMT
COBOL, RPGLE, Parameters
asked by R.otto

  435 pts.

ILE RPG call to ILE COBOL passing large array

Our RPG program calls the COBOL program with a large linkage made up of an external file record format occurring 999 times. The COBOL program loads 121 of the occurrences with data. The RPG program, however, appears to start processing with the following occurrence 122 even though the COUNT index...

View Answer   |  Nov 14 2007  4:10 PM GMT
COBOL, RPG, Array
asked by Toddio

  0 pts.

1 - 10 of 10
<<PREVIOUS 1 NEXT>>