Hi there.

I have a simple query in an access db named "test" as shows below :

PARAMETERS test Text ( 255 );
SELECT Category.Description
FROM Category
WHERE Category.Name=test;

How do I call this query from a asp-page and how do I pass a variabel into a query from a asp-page ?

regards
Michael