|
Run Access Queries through ADO.NET -- dlee --
I have an Access DB with saved "Queries". I want to use ADO.NET to run these queries. How do I directly run these queries? If that is not possible, how do I retrieve the SQL commands of these queries so that I can construct a OleDbCommand object out of them and run them that way? I am talking about the "Queries" object inside an Access file. That is, when you open the database file using Access, you see the objects "Tables", "Queries", "Forms", "Reports", "Pages", "Macros", and "Modules". I am talking about the second type of objects. The file my program trying to read was sent to us by another company, with the queries already created and saved. Any help is appreciated. Thanks. dl |