Hi Guys
I need some advice on this. I've not really done much work with adp's and sql server for a few years now, but my latest project that i've been asked to sort out pulls from a sql server based database.
The reporting database had over 750 queries and 180 tables.. it was a bit of a mess, with lots of duplication and obsolete items..
I've converted all the vba logic/ queries into stored procs/ t-sql functions. I have code to pull sprocs using ADO. With the idea being that it would be easy to migrate reporting to a web app further down the line. I now need to bind the access reports to stored procs..
Is it best to convert to ADP so i can bind the recordset of a report at runtime (in Report_Open event)
or
create a fixed reporting table in sql server that the report can bind to, and so stick with MDB format?
The latter would require clearing out and reloading of the table each time before opening the report.
Whats the best solution..
I need some advice on this. I've not really done much work with adp's and sql server for a few years now, but my latest project that i've been asked to sort out pulls from a sql server based database.
The reporting database had over 750 queries and 180 tables.. it was a bit of a mess, with lots of duplication and obsolete items..
I've converted all the vba logic/ queries into stored procs/ t-sql functions. I have code to pull sprocs using ADO. With the idea being that it would be easy to migrate reporting to a web app further down the line. I now need to bind the access reports to stored procs..
Is it best to convert to ADP so i can bind the recordset of a report at runtime (in Report_Open event)
or
create a fixed reporting table in sql server that the report can bind to, and so stick with MDB format?
The latter would require clearing out and reloading of the table each time before opening the report.
Whats the best solution..
Last edited: