I want to migrate from an Access mdb database to Access mdb front end/SQL back end.
I want the flexibility of mdb, with local tables etc, so don't want to go to adp.
I would like to run stored procedures in my SQL server as well, and I know how to do that using pass through queries, but that method is limited in the kind of recordset it returns (e.g. they are read only).
I know how to write code in ADO to run stored procedures in a MS Access adp - but the same code won't run in my mdb front end because the database can't find the stored procedures.
My question is - is there a way to use ADO command syntax to run stored procedures in SQL from within a Microsoft mdb database?
I want the flexibility of mdb, with local tables etc, so don't want to go to adp.
I would like to run stored procedures in my SQL server as well, and I know how to do that using pass through queries, but that method is limited in the kind of recordset it returns (e.g. they are read only).
I know how to write code in ADO to run stored procedures in a MS Access adp - but the same code won't run in my mdb front end because the database can't find the stored procedures.
My question is - is there a way to use ADO command syntax to run stored procedures in SQL from within a Microsoft mdb database?