Pass a parameter to an Access database parameter query from C# web app

Discussion in 'Databases' started by bmacdonald, Aug 28, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a web application that accesses course rosters from an Access database. I set up a separate query in Access for each course. Then I just just use a Select query to select that query table just like selecting a regular table.

    The problem is that I now have almost 200 courses and don't want to create a separate query object for each one. I know I can create a parameter query in Access that will prompt the user for the course code.

    But how do I pass that parameter from my web application automatically?

    -bmacd

    bmacd
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page