The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
30 views

parameterized SQL script

SET ECHO ON SET VERIFY ON ACCEPT CNUMBER CHAR PROMPT 'CUSTOMER NUMBER == ' ACCEPT PNUMBER CHAR PROMPT 'PART NUMBER == ' ACCEPT OD date format 'YYYYMMDD' PROMPT 'ORDER DATE == ' DELETE FROM ORDERS ...
0
votes
1answer
29 views

Parameterizing MySQL queries IN clause

I am using Zend's convenience methods for DB calls fetchAll. This, as the knowledgeable ones should know is a function that allows parameterization of queries. For instance, the query could be: ...
0
votes
0answers
11 views

How to use server side queries with mysql

Is it possible / how to set up parameterised queries on a mySQL (5.0) database and supply parameter values via the client side? For (as a simple) example: I want to set the following up on the ...
0
votes
3answers
52 views

Why any type can EXTENDS interface?

Today I got lost in Java polymorphism. I have done something that I have thought that is impossible. Namely - I have EXTENDED interface. I have created empty interface: public interface Figure {} ...
0
votes
0answers
89 views

SSIS 2012 Dynamic OLE DB ConnectionString using a parameter

I have a project which I will need to deploy to servers not in our network and thus will not know certain attributes such as the server and database names. So I set up a parameter in the ...
0
votes
3answers
173 views

Data type mismatch using Decimal parameter- OleDb, C#, Access

Okay, so I'm trying to send private members that have been updated in my program to an access database. However whenever I run the program and press the save button, I get a "Data type mismatch in ...
1
vote
1answer
49 views

How to assign parameter values in a SparqlParameterizedString

I'm playing around some with Dotnetrdf's sparql engine and I'm trying to create parametered queries with no success yet. Say I'm working on a graph g with a blank node identified as _:1690 with the ...
0
votes
0answers
29 views

how can we write parametrized Test cases for android

As reference to Java JUnit doc... http://junit.sourceforge.net/javadoc/org/junit/runners/Parameterized.html I tried to implement the same in android, but did not work. Also I inherited Test class ...
1
vote
1answer
22 views

mixin: method was referenced in definition, but is not in any of the from-interfaces

I have read the Racket guide 13.7.3 Parameterized Mixins I use Parameterized Mixins to create a class good-eat-fish% from fish% (define fish-interface (interface () eat get-size)) (define fish% ...
0
votes
0answers
54 views

Action call properties in QTP

I wanted to select test Parameters under Parameter but its some how disable and wanted to deselect Output from previous action call(s) but not able to do that I don't know where to change ? ...
0
votes
4answers
46 views

Java string parameterisation

In one of my java tools, I have some strings being created repeatedly with changing variables contained within like so: for (String value : values) { // unrelated code omitted for clarity ...
0
votes
2answers
110 views

Php-MySql Security approach while INSERT’ing INTO MySql & fetching from MySql to screen

My Approach while INSERT’ing INTO MySql I think I read in stackoverflow.com that “if you need escaping or similar action, do it just in time you need” so in the verification pages that I verify the ...
0
votes
2answers
57 views

How to parameterize GivenStories as well as the current story I am testing?

I want to reuse some of the steps that are common. for example Scenario: Navigate to Page 2 and perform first set of validations Given A user<username> is logged in When user clicks on ...
0
votes
1answer
103 views

How can I use an ADODB.CommandObject with ADODB.RecordSet?

I am trying to make a Classic ASP/VBScript website more secure by making SQL statements parameterized. I have the following function: Function OpenUpdateableRS(strSQL) Dim rs Set rs = ...
-1
votes
2answers
91 views

Pass Variable Number of Parameters to Postgresql

How does one pass a random number of parameters to a query? The below code blocks show what was attempted. All of the failures displayed bool(false). For testing, three integers are used to ...
0
votes
0answers
35 views

JSF internationalization Parameterized Messages with CSS and HTML tags

I'd like to know if it is possible to apply CSS and HTML tags to a part of the message or just to the parameter. The internationalization is working fine, but I`d like to know if this is possible ...
0
votes
1answer
32 views

Wrong url with parameterize

I'm trying to have URL rewriting with parameterize, as explain here : How do I rewrite URL's based on title? Here is my model : class Article < ActiveRecord::Base belongs_to :category ...
0
votes
3answers
69 views

How to design a data driven JUnit test class

@Parameters public static Collection data() throws IOException { ArrayList<String> lines = new ArrayList(); URL url = ...
0
votes
1answer
140 views

ParameterizedRowMapper That Maps Object List to Object

I am trying to set the Parent List in a ParameterizedRowMapper how is this written or approached. I have two Objects one for parent and one for children however children contains a ListThe parents for ...
0
votes
1answer
58 views

Parameterized variable type in function (c++)

I am trying to write something along the following lines: void setData<T>(char * environmentVariable, T &data, T defaultValue) { bool ret = false; // Try to get the ...
2
votes
1answer
127 views

Using parameterized JUnit tests with the play! framework

I want to use parameterized JUnit tests on a play! framework (1.2.5) application. This is my very simple test example: import java.util.Arrays; import java.util.List; import org.junit.Test; import ...
1
vote
5answers
99 views

Allow user defined Strings in c#

i'm asking about a pretty common feature I could not find any information about. I want to allow the user of my program to create custom strings with variables from the program. Example: I have a ...
0
votes
0answers
74 views

how to debug SQL Parameterized Query in Visual Studio 2010?

how i can build a wrapper around the System.Data.SqlClient for debugging SQL Parameterized Query in Visual Studio 2010 as referenced in Finding the SQL output of a parameterized query ? or any better ...
2
votes
3answers
203 views

How to make parameterized query involving multiple tables with ADO.NET / C#?

I would like to make parameterized query for SQLquery that can be something like this: SELECT * FROM Table1 WHERE Col1 IN (SELECT Col2 FROM Table2 WHERE Col3 IN (1, 2, 3)); The values come from WS ...
8
votes
1answer
287 views

Java Parameterized error

I am creating a Java application based on JRE 6. I use JUnit 4 to generate parameterized tests. I am receiving this error: The annotation @Parameterized.Parameters must define the attribute value ...
0
votes
1answer
58 views

py.test run tests in specific testSuite

I'm new to py.test. So far I like what I see and want to integrate it to our CI process. Currently we use a different kind of parameterization scheme for our tests which I will explain briefly: ...
1
vote
1answer
54 views

Convert parameterized sql to oracle package

I've a c# .net application that inserts records to oracle using parameterized sql. There are several such insert and I was wondering if there's any tool out there that could help me convert these to ...
0
votes
3answers
317 views

PHP MSSQL (Transact-SQL) - parameterized query with IN clause and multiple values in array

I am stuck with a piece of PHP code (PHP 5) where I am running an SQL query (Transact SQL). The Code (which is not working): $query = " UPDATE my_table SET my_column = 'some_value' WHERE my_id ...
0
votes
0answers
55 views

Parameterizing “handwriting-like” curves in C++

I would like to parameterize 2D curves that look a bit like handwriting. I have the curves as a series of x-y points. It seems like handwriting recognition techniques may be helpful, though I do not ...
0
votes
2answers
65 views

Type safe service getter class (returning Parameterized Type)

What I would like to obtain is something that can safely return the instance of an input class. In my case is used as a service provider. A code sample: public class MyClass { private ...
0
votes
1answer
38 views

Android parameterized view in xml

I've looking for a way to declare a parameterized view with in a layout. For example if I have a class NumericTextView<T> extends TextView I want to be able to declare it in an xml layout. The ...
1
vote
1answer
463 views

Is it possible to pass a parameter to a MS query SELECT statement as a column?

I'd like to put a SQL query in an Excel 2010 spreadsheet where one of the columns in the SELECT will be a parameter. I've played around with it for a bit with different table aliases and changing ...
0
votes
1answer
127 views

Using parameter for continuous assignment in verilog?

Can you use a parameter value for assignment in verilog? Can I somehow define the width of a parameter variable? Ex: module mymodule #(parameter type =2) (... output [(3+type)-1:0] out); ...
0
votes
1answer
31 views

Get the class for a generic collection without using an instance

Iwould like to do something like the following: public class Test { public static void main(String[] args) { Map<String, Set<String>> map = new HashMap<String, ...
2
votes
1answer
254 views

JUnit parameterized- create one instance for each parameter

I was annoyed to find in the Parameterized documentation that "when running a parameterized test class, instances are created for the cross-product of the test methods and the test data elements." ...
2
votes
1answer
317 views

Automatic SystemVerilog variable size using interface width and $size?

I am trying to make a module (a DSP in my case) with a standardized memory interface in SystemVerilog, and would like the variables in the module to size automatically based on the bus widths in the ...
2
votes
1answer
287 views

OdbcCommand. Parametrization with table name

I have a problem doing a parametrized sql query to a OdbcConnection to a odbc driver in C#. The column name and table name will be configurable from a web gui so I want it protected from injections ...
3
votes
2answers
252 views

Create multiple parameter sets in one parameterized class (junit)

Currently I have to create a parameterized test class for every method that I want to test with several different inputs. Is there a way to add this together in one file? Right now there's ...
0
votes
1answer
96 views

SQL Error when I use a single quote in a description box

I have built a website to submit timesheets for my small business. It uses SQL statements to submit data to a Microsoft Access database via ODBC. I've now noticed whenever I use a single quote in my ...
2
votes
3answers
216 views

How to make a parameterized query in a method that made for SQL insertions?

I really don't know how to explain it well in the title, but here's my problem. Among many overloading methods i have made this method that's its only purpose is to insert given values into a give ...
1
vote
2answers
437 views

Proper parameterized query class for asp.net - c# application - sql server

I am starting to encapsulate my queries in a single parameterized query class Now can you please evaluate my classes for performance security and every other aspect possible ? Do you have any ...
1
vote
4answers
222 views

ASP.NET C# Parameterized Query Returning Nothing

Okay I am a noob to parameterized queries. I understand why you should use them and all but I cannot find any resource that shows the correct way or at least one that shows the correct way that ...
2
votes
2answers
66 views

Parameterized query with %

I have a select statement command.commandText = "SELECT FIRSTNAME, LASTNAME FROM MYTABLE" + " WHERE STATE LIKE @STATE + '%';"; This gives me an "'" error I tried this one ...
2
votes
1answer
100 views

how to deserialize an object having a parameterized constructor

Hi I am trying to deserialize the following object. public class Book extends Item implements Serializable { public Boolean isBook; public Boolean isBookch; private String publicationPlace; private ...
4
votes
3answers
78 views

Dynamic parametrized constructor issue in C++

I am here including a simple program that written in C++ where I am trying to use a parametrized constructor. My idea is to instantiate the class dynamically and capture the required task. But ...
2
votes
4answers
544 views

parameterized sql query - asp.net / c#

so i recently learned that i should absolue be using parametrized query's to avoid security issues such as SQL injection. thats all fine and all, i got it working. The code below shows some of the ...
1
vote
1answer
114 views

xunit.net parameterized unit testing: Show red/green for each combination?

Parameterized Unit Testing is great when you have X unit test * Y configurations. I have 3 unit tests, and each must run in 5 particular situations. I use xUnit.net's Theory/PropertyData feature, it ...
2
votes
2answers
47 views

Parameterizing a parameterized method's return type

I have been trying to get something like this working: private static <V, K> V<KnownType> from(K oldObject, Class<? extends V<KnownType>> newClass) { ... } However, this ...
0
votes
4answers
41 views

How to implement parameterised string?

My app needs to allow the user to input and save a generic parameterised string. What is the best way to do this in .NET? Currently I allow the user to input a string with pre-defined "parameters" ...
0
votes
0answers
227 views

Set Jenkins prompt variables using a scripts output

I have a script: ScriptA.bat or ScriptA.sh I want to call this script from Jenkins interface i.e. using a job. Script needs parameters (where values of that parameter can change dynamically at the ...

1 2 3 4 5