I am working in a company where we have hundreds of tables and queries in MS Access and several tables in our SQL Server. Sometimes we need to combine results from both databases.
When we try to do it by linking our SQL tables to MS Access using ODBC connection, the results return very slow that causes our clients to complain. So other than non-ODBC connection property here is what I am looking for;
- Being able to build a query using
Sql DBandAccess DBvisually by dragging and dropping tables. - Being able to save these queries and re-run them using C#
- Being able to use sub-queries (query in another query)
My question is if there is any kind of application or API (paid or unpaid) that supports all these terms? Or is it possible to build such a thing?
alwaysslow. We have built a specific query by combining data inside a C# application from both DBs which runs very fast. All we need to do is building and saving queries easily.