S
Sheila Jones
Hello,
A quick question! I have an OleDbCommand object that executes the following
parameter query:
SELECT *, Abs(X-?) AS DeltaX FROM VALUES ORDER BY Abs(X-?)
Although there are two parameters, they both represent the same value. Do I
need to add two parameters to the Parameters collection, or is there a way
to indicate that the same parameter should be used in both places? Thanks.
A quick question! I have an OleDbCommand object that executes the following
parameter query:
SELECT *, Abs(X-?) AS DeltaX FROM VALUES ORDER BY Abs(X-?)
Although there are two parameters, they both represent the same value. Do I
need to add two parameters to the Parameters collection, or is there a way
to indicate that the same parameter should be used in both places? Thanks.