A pre-compiled and optimized SQL statement that can be executed multiple times by changing certain constant values during each execution. Often used to prevent SQL injection.
0
votes
1answer
55 views
VB.Net Update doesn't update my database
This is the code that I am trying to run. It will run without errors, but it does not update my database.
It will work when it is not Parameterized, but when I add parameters in it starts acting up. ...
0
votes
4answers
88 views
prevent sql-injection in asp.net
i have following authentication method:
protected void Button1_Click(object sender, EventArgs e)
{
string s;
s = ...
1
vote
1answer
185 views
How to deal with single or double quote in string variable in Access SQL expression
I wrote this line in c# to operate microsoft access database
OleDbCommand sComm = new OleDbCommand
("Update TableToBeImport set TextDefault = '" + resxValue + "'
WHERE ControlName = '" + ...
1
vote
1answer
91 views
How to pass the table name and the selected fields as parameters
I get the following error :
ERROR:-201
MEssage: [Informix .NET provider][Informix]A syntax error has occurred.
when I try to execute this code :
string table_name = ...
3
votes
1answer
63 views
Weird PDO behavior when reusing variable for bindParam
I am perplexed by this unexpected behavior from pdo:
Consider this simple query i have written:
$username = "vidhu";
$numResults = 10;
$db_vc = new PDO(DB_ADDRESS, DB_USER, DB_PASS);
...
1
vote
1answer
259 views
ASP.NET/SQL Server: Conversion failed when converting from a character string to uniqueidentifier
I am using a paramterized query for this. I am passing a comma-delimited string of unique identifiers to this query's parameters which are split. It works fine using a couple of unique identifiers but ...
1
vote
2answers
101 views
Does the informix support named parameters?
I have the following query :
public static DataTable GetTasks(int empNum)
{
StringBuilder cmdTxt = new StringBuilder();
Dictionary<string, string> ...
3
votes
0answers
163 views
How to specify ServiceStack.OrmLite Parameter Length
Using parameterized queries seems to set the length of the parameter to the length of the value passed in.
Doing something like:
var person = Connection.Query<People>("select * from People ...
0
votes
2answers
174 views
SqlParameter Object C# [duplicate]
Possible Duplicate:
XKCD SQL injection — please explain
I'm very new in C# and I want to know.
When building an SQL string in C#, why do we need to use an SqlParameter object to represent ...
-5
votes
1answer
87 views
parameterize the where condition? [closed]
I have some queries that i made before and I made them with strings. Now I want to parametrize the where condition inside the query by referencing directly to the starting and ending range fields on ...
2
votes
2answers
734 views
PDO Error: “ Invalid parameter number: parameter was not defined”
I am trying to use a simple MySQL insert query with the parameters in array form. It keeps telling me the number of parameters are wrong. I have tried the following, all producing the same error:
...
2
votes
1answer
168 views
A character to numeric conversion process failed
I face the following exception when i try to use parametrized query with informix .
A character to numeric conversion process failed
StringBuilder sQuery = new ...
0
votes
1answer
187 views
Boolean wildcard in postgresql
I have a parameterized postgresql query that users interact with through a PHP front-end. One of the parameters involves a boolean value, and I want to give the user the option of "True", "False", ...
2
votes
3answers
783 views
“Must declare the variable @myvariable” error with ADO parameterized query
i am trying to use parameterized queries with ADO. Executing the Command object throws the error:
Must declare the variable '@filename'
i declare the parameter @filename using ...
0
votes
1answer
226 views
parameterized top clause query in asp.net C#
I want to use the top clause query in C#
objConnection = new SqlConnection(ConfigurationManager.AppSettings["connectionstring"].ToString());
objConnection.Open();
objCommand = ...
0
votes
2answers
391 views
how to pass objects (byte array) in query if query is not parameterized?
I have this query to be run:
string query = @"SELECT *
FROM hint
WHERE addedSessionId IN (x, y, z, ............)";
if (_connSource.State != ...
0
votes
1answer
139 views
parameterized query not working in VB
statement = "SELECT OrderID, (SELECT VendName FROM Vendors WHERE Vendors.VendorID = Orders.VendorID) " &
",OrderDt, RcvdDt, OrderTotal " &
"FROM ...
0
votes
1answer
266 views
Trying to create a somewhat generic query method
I wanted to replace not just values stored in columns with parameters, but table names, column names, etc., so I tried this:
// Can get any string value based on any string key with this function
...
2
votes
2answers
121 views
performance of parameterised SQL
I have a query like
SELECT *
FROM myTable
WHERE key LIKE 'XYZ'
The value 'XYZ' is entered by users (and may include % and _)
If I construct the query using string concatenation it runs in 10 ...
0
votes
3answers
89 views
is there error in lack of sql injection attack?
If we use best secure way for executing query such as prepared statement or parameterized query to prevent SQL injection attacks, is there guarantee to not any database error occure in executing it?
...
3
votes
5answers
1k views
ExecuteNonQuery inside loop
I'm trying to insert a database record inside a loop in C#.
It works when I hard code the values like this:
string query3 = "INSERT INTO furniture (room_id,member_id) VALUES (222,333);";
...
3
votes
1answer
245 views
Parameter Delimiters
I have C# application we've been coding in ADO.NET. I've been using the IDbCommand, and IDbConnection interfaces to create cross-database code.
It's all worked wonderfully so far (across ...
2
votes
1answer
161 views
SPARQL parameterized queries
Good day! I apply rdflib for python. I have a question. How can I put variable into SPARQL's query ?
Instead of 'OSPF' in course:OSPF!
qres = g.query(
"""SELECT ?x ?z ?y
WHERE {
...
0
votes
4answers
145 views
Can I bind a parameter to a PDO statement as a comparison operator?
Is this code
class opinion
{
private $dbh;
var $opinionid,$opinion,$note,$actorid,$dateposted;
var $isnew=FALSE;
function loadby($column,$value,$operator="="){
$dbh = new PDO(I ...
1
vote
2answers
253 views
Cannot get classic ADO parameterized text queries to work in legacy MFC app
I've begun maintaining an MFC desktop app that uses classic ADO. There's a database access dll that wraps the imported ADO which is used throughout the app. Stored procedures are used, but also there ...
3
votes
3answers
446 views
Is this a correct way to allow wildcard search for a user?
Given a textbox name for example, the user requirement wants to be able to do a wildcard search (such as contains, starts with, ends with).
Is it ok to accept the sql wildcard characters ('%' and ...
1
vote
1answer
2k views
How to use LIKE operator with wildcards in parameterized query in MS-Access using c#
I am using MS Access database in my C# app, where I need to pass parameterized like query. I came around various documents saying we can use "*" or "?" as wildcards. But when i try to add it to my ...
1
vote
3answers
305 views
How do I pass guid in parameterised query?
My current best code is:
string delNonQuery = "DELETE FROM " + Settings.DataSource + " WHERE @keycolumn=@keyuid";
SqlCommand cmd = new SqlCommand(delNonQuery,readerConn);
SqlParameter kc = new ...
2
votes
2answers
809 views
error with SqlCe Parameters
I have made MANY parameterised queries in my time on this lovely planet, and none have thrown an error like this... WTFudge?!?!
ERROR:
There was an error parsing the query. [
Token line number = 1,
...
1
vote
2answers
219 views
Wrong number of parameters (parametrized query)
Q:
When i try to execute the following parametrized query:
INSERT INTO days (day,short,name,depcode,studycode,batchnum) values (?,?,?,?,?,?);SELECT SCOPE_IDENTITY();
through ...
4
votes
5answers
678 views
Fixing SQL injection forms in a big asp.net C# web application
I have to fix a project that is vulnerable to SQL injection.
All the forms in every page on the project do not use parametrized query but simply string query.
For example I have the search page, ...
0
votes
2answers
743 views
Parameterized SQL Values syntax issue
I'm not sure what the issue is but my code looks like:
function() {
string sqltext2;
sqltext2 = "INSERT into myTable";
SqlCommand myCommand2 = new SqlCommand(sqltext2, MyConnection2);
if (cond1) {
...
1
vote
2answers
261 views
How to iterate and dynamically parameterize JPQL queries?
I have a page with simple ID as a URL param. What I do now is run a query to return a number of associated entities that basically need to get iterated over: I need a schedule of games to be returned ...
1
vote
1answer
3k views
Passin Bit field parameters to stored procedure using Entity Framework 4.1
All,
I've been stuck on the following issue all day. I'm trying to make a parametrized stored procedure call that includes three bit field parameters. The exception I keep encountering is "Error ...
2
votes
1answer
265 views
parameterized query without preparing statement in PHP
Is there an API in MySQLi, PDO or in PHP that use parameterized query but not preparing it for recall later? I found it in ADO.NET when we dont call .Prepare() method of SQLParameter, but I didn't ...
3
votes
1answer
476 views
Preventing SQL Injection in C
I am writing a C application that takes some user input and does a few database queries. I am well aware of the risks here of SQL injection and wish to prevent it.
Ideally I would use parameterized ...
2
votes
1answer
454 views
Python sqlite3 parameterized drop table
I have a problem with dropping sqlite3 table in python. I am using standard sqlite3 module.
self.conn = sqlite3.connect(...)
sql = """ drop table ? """
self.conn.execute( sql, (u'table_name',) )
...
2
votes
3answers
247 views
Method Optimisation - C#
I've developed a method that allows me to pass in a table (string), array of columns (string) and array of values (object) through the parameters which I then use to create a parameterized query. ...
4
votes
3answers
844 views
Error with simple Parameterized Query - Java/ SQL
Following on from one of my previous questions to do with method design I was advised to implemented my SQL queries as a parameterized query as opposed to a simple string.
I've never used ...
7
votes
4answers
6k views
How do Parameterized queries help against SQL Injection
How does a parameterized query helps against SQL INJECTION.
In query 1 and 2 both, the text from the textbox is inserted into the database. so what's the significance of the parameterized query here?
...
1
vote
5answers
1k views
How can I run a SQL Query with a list of String values using the “WHERE [columnname] IN [values]” format in ASP.NET?
I have a SQL query I'm running in an ASP.NET page. The final parsed SQL needs to contain a list of string values in the WHERE [columnname] IN [values] format. For example, the final query might look ...
0
votes
2answers
166 views
How to retrieve a default row when a mysqli_stmt_fetch fails?
I've got a simple PHP script that pull a row from a MySQL database based on a URL GET parameter, just an int called, say, ID.
If the GET parameter were to be an invalid ID for the database, such as ...
1
vote
1answer
228 views
about parameterized query
Q:
Please , i want to ask ,how to perform a query(select statement) using a parametrized query in Informix database ,with a simple example.
thanks in advance.
EDIT:
i use
IfxConnection and ...
0
votes
1answer
956 views
excel vba: pausing for parameterized SQL queries to complete?
I have a workbook where several of my data feeds pass a parameter back into the SQL query depending upon some dropdown menus/user actions. This keeps the workbook trim, improves calculation, etc - ...
0
votes
4answers
442 views
Disable all queries in SQL Server that don't use named parameters?
It seems that one could stop all threat of Sql injection once and for all by simply rejecting all queries that don't use named parameters. Any way to configure Sql server to do that? Or else any way ...
0
votes
1answer
283 views
What are parameterized queries explained in plain English?
Can anybody explain me in plain English what parametrized queries are and how to implement it in PHP for a MySQL database to avoid SQL injection?
1
vote
1answer
211 views
Parameterized query issue
I have my own DLL (for the data access layer). I use escaping characters technique to avoid the user input errors, but recently I decided to enhance my classes by using parameterized queries to ...
6
votes
2answers
2k views
Bulk Parameterized Inserts
I'm trying to switch some hard-coded queries to use parameterized inputs, but I've run into a problem: How do you format the input for parameterized bulk inserts?
Currently, the code looks like ...
0
votes
2answers
3k views
Parameterized Queries
I am currently learning parametrized queries as there are advantages to using them.
Could someone give some pointers by converting this block of code to a parametrized version?
Thanks.
...
2
votes
2answers
380 views
basics of parameterized query
1.i have used parameterized query several time i know it help in preventing sql injection
but i was wondering if i can know what is basic logic working inside a parameterized query
to prevent sql ...


