I'm currently trying to set up my TableAdapters, but it doesn't allow me to use parameters (what makes it quite useless) - When I create a new Query
SELECT     users.*
FROM         users
WHERE name LIKE @name
It tells me there is a SQL-Error near '@'...
I'm using VS08 with C# and an Access-Database using OleDB-Driver