I'm currently working on a project with an access 2010 DB and was wondering if you can create a store procedure in this without a server.
I have been looking at other example on stackoverflow but they all seem to be event procedures. I just want to create a simple select statement that I can later on call in c# as a procedure.
Any examples or links would be helpful.