I am new to using data outside of my current database. Since reports cannot be bound to a recordset, what is the best way to report on SQL/Server, Oracle or other datasources outside of setting up a link. Let's say through the ADO.
Hi,
It appears as though you never got a response to your request. Are you still interested in a solution? I am asking because this appears to be possible, and I am preparing some info on it right now. HTH,
Randy Smith
California Teachers Association
Well I did end up setting up an ADO connection then downloading that data to a Access table. That was my solution. Seems to be working out pretty good.
Hi,
I suppose you know that you didn't need to download the data, but instead just link to it. Of course, if the outside data changes often, you will need to download that data periodically. HTH,
Randy Smith
California Teachers Association
I am aware linking is possible. The datasource we are using on SQL/Server can change often. Using ADO seemed to be the best methode for handling the databases changing location. Plus, I was under the impression an ADO connection is faster? What do you think?
Hi,
I have used both methods to connect to a database, and never really saw much difference. I have not done any formal kind of speed test, so I cannot tell for sure which is fastest. Personally, I prefer to let Access do most of the work by having the links pre-created inside Tables. HTH,
Randy Smith
California Teachers Association
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.