954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Using exisiting queries within MS Access

Hey everyone,

First off I want to say hi, I am still kind of new to ASP.net but I am running into a dilemma. I have a pre-exsisting Access database that has forms, tables, and queries already built in. I and three other guys are working to create a web interface for it. I need to be able to take input from the user, from lets say a drop down list, and pass it into a pre-exsisting query with in the Access Database. I am certain on how to interface with the database itself but I need to be able to access those queries without creating my own. Is there anyway anybody know of how to do this?? If so please let me know so I can get passed this little hurtle.

Thanks,
Mike

honeymic
Newbie Poster
1 post since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

Hi,
you can try these solution:
create a class for this; open the access database (not with a OleDbconnection) and you can "Run" the existing query on it.
i can't try it now but it's can work .

best regards
guino

guino
Newbie Poster
6 posts since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You