IonelBurtan
Programmer
I have a .mdb which has a query that requires one In Parameter. I want to be able to call the query which returs a table from ASP.
let's assume the query is called TheQuery and the parameter is called TheParameter and is an integer
I have tried:
Select * from TheQuery
where (TheParameter = 1)
But I get the message: Too few parameters. Expected 1.
Tnx,
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
let's assume the query is called TheQuery and the parameter is called TheParameter and is an integer
I have tried:
Select * from TheQuery
where (TheParameter = 1)
But I get the message: Too few parameters. Expected 1.
Tnx,
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...