No announcements
Found 579695 threads
-
0 Votes
Reporting Services, Report Parameters and MySQL
The MySQL data provider may not be able to parse the parameterized SQL script so you need to resolve the parameter values in an expression.Answered | 7 Replies | 13613 Views | Created by dachish - Thursday, June 11, 2009 12:30 PM | Last reply by rwaithaka - Friday, November 18, 2011 12:20 PM -
0 Votes
Parameter default and manual inputs
Hello Is it possible in SSRS to have Parameter which will be default to some value but also allow user to input value if he wants to change it to ...Answered | 1 Replies | 855 Views | Created by Pragati Sharma - Friday, December 11, 2015 1:55 PM | Last reply by Charlie Liao - Monday, December 14, 2015 7:47 AM -
0 Votes
Problems with MySQL insert using Parameters
The misspelling of the parameter "Pigment" was the problem.Answered | 7 Replies | 2126 Views | Created by Caraldur - Monday, October 3, 2011 3:01 PM | Last reply by Endotherm - Monday, October 3, 2011 4:16 PM -
1 Votes
input parameter in ssrs
HI Marko , So when a user types in some input in first text box then second parameter should be populated with like values of first parameter ?Answered | 8 Replies | 9396 Views | Created by marko_hm - Wednesday, September 22, 2010 9:45 AM | Last reply by marko_hm - Wednesday, September 22, 2010 2:21 PM -
1 Votes
Width of Parameter Input box
The closest you can get is to use the Winforms or Webforms Report Viewer controls that come with Visual Studio to build your own front-end application or website for your custom parameter ...Answered | 1 Replies | 4610 Views | Created by Linda Cornerstone - Friday, July 17, 2009 5:39 PM | Last reply by Robert Bruckner - Sunday, July 19, 2009 12:09 AM -
1 Votes
SSIS Dynamic Input Parameters
message = "Enter a value for parameter @StartDate" ' Set title.Answered | 5 Replies | 10395 Views | Created by RonTech1 - Tuesday, March 24, 2015 1:43 PM | Last reply by kdinuk - Friday, October 4, 2019 12:51 PM -
0 Votes
modify the input value of a parameter
Thank you very much, I did so, mid(Parameters!Answered | 5 Replies | 690 Views | Created by AntonVigna - Thursday, March 3, 2016 10:45 AM | Last reply by AntonVigna - Thursday, March 3, 2016 1:21 PM -
0 Votes
Pass a method as parameter, with diferent input parameters
and then as parameter, you need to pass That unknown type again to the delegate...., also you need to provide an object from that type Like ...Answered | 6 Replies | 2032 Views | Created by deadManN - Friday, December 30, 2011 10:39 AM | Last reply by deadManN - Friday, January 6, 2012 8:06 AM -
0 Votes
Using 'LIKE' with a input parameters
Good morning, all- Is it possible to use 'Like' with an input parameter in a query?Answered | 1 Replies | 367 Views | Created by Casey_M - Thursday, May 14, 2015 1:10 PM | Last reply by Casey_M - Thursday, May 14, 2015 1:16 PM -
0 Votes
MySQL Update does not work with parameters, ASP.net with C#
Hi, According to http://stackoverflow.com/questions/652978/parameterized-query-for-mysql-with-c-sharp MySql might use ?Answered | 6 Replies | 6610 Views | Created by Jcp addict - Tuesday, February 19, 2013 1:27 PM | Last reply by Lisa Zhu - Thursday, February 21, 2013 1:29 AM -
0 Votes
"Expected an input parameter value of type 'System.String' for parameter"
It originally failed with exception "The values provided for the root activity's arguments did not satisfy the root activity's requirements: 'DynamicActivity': Expected an ...Answered | 2 Replies | 2934 Views | Created by Jamie Thomson - Tuesday, November 11, 2014 12:15 PM | Last reply by Jamie Thomson - Friday, November 14, 2014 10:46 AM -
0 Votes
Cursor with input-parameter
In the following example, at curTable2 (the code snippet in bold) I wanna use a cursor with input parameter: DECLARE @strArticleNo VARCHAR(20) ...Answered | 8 Replies | 15223 Views | Created by TomAustria - Sunday, January 3, 2010 12:07 PM | Last reply by linda_2009 - Wednesday, March 14, 2018 2:45 PM -
3 Votes
convert .net datatype to Mysql datatype
I have no experience with MySql, but if the examples are correct, your error may be more related to the CommandText and Parameter name.Answered | 20 Replies | 11968 Views | Created by modolamara - Wednesday, May 6, 2009 4:03 PM | Last reply by modolamara - Thursday, May 7, 2009 1:10 AM -
0 Votes
Slicer Input as parameter
Hi all Can I make the query dynamic by giving the slicer data as input parameter.Answered | 3 Replies | 6000 Views | Created by Bharath Kancharla - Monday, December 24, 2012 11:44 AM | Last reply by Elvis Long - Friday, December 28, 2012 6:15 AM -
2 Votes
Facing Issue for an Input parameter in a SP
You will need to parse the input parameter string, check this: declare @inputParam varchar(5) set @inputParam = ...Answered | 2 Replies | 2363 Views | Created by Ramkaay - Tuesday, October 25, 2011 10:14 AM | Last reply by Uri Dimant - Tuesday, October 25, 2011 10:24 AM -
0 Votes
Add input output parameters for webservice
Hi, I got the output, but when I am passing parameters to the webservice as said in requestAnswered | 7 Replies | 992 Views | Created by SarikaThakur - Monday, August 22, 2016 6:50 AM | Last reply by Jaya Mathew - Wednesday, August 24, 2016 1:55 PM -
1 Votes
Calling an access query with an input parameter
This query takes an input parameter, but I could not find a way to run the query and get the input so I had to modify the query with a "fixed value".Answered | 2 Replies | 1483 Views | Created by cpzao - Monday, June 25, 2012 8:37 PM | Last reply by cpzao - Monday, June 25, 2012 8:54 PM -
0 Votes
Passing Date Variable as Input Parameter
The data type parameter types need to match.Answered | 5 Replies | 5998 Views | Created by Orlanzo - Tuesday, February 22, 2011 3:49 PM | Last reply by Christa Kurschat - Wednesday, February 23, 2011 3:37 PM -
0 Votes
User input parameter for External Content Type list
My question was, can we created a SharePoint External List directly and let user input in parameter from there?Answered | 4 Replies | 7574 Views | Created by leicd - Tuesday, August 14, 2012 7:26 PM | Last reply by Dmitry Kaloshin - Friday, August 17, 2012 11:26 AM -
0 Votes
MySQL Error
Not sure which version of MySQL you are working with but I would check out the Prepare section in the documentation for how to use Command ...Answered | 12 Replies | 1508 Views | Created by old_School - Monday, August 13, 2012 8:47 PM | Last reply by Paul P Clement IV - Tuesday, August 14, 2012 2:31 PM - Items 1 to 20 of 579695 Next ›
No announcements