Hey all,
I guess I’m just hoping for some general advice. Our place is currently using Access 97 (SR-2). The upgrade schedule for XP is for November (although I work for the gov’t, so I’m sure this won’t happen). I have a lot of stuff that I know I’m going to have to update to ADO connections (everything is in DAO), but at the moment, I’m working on something that probably should start there. Oh, I also need to state that although my backend in this case is SQL server 7 (and normally is DB2), I am NOT allowed to touch the server (no stored procedures or anything even similar). (The only reason for that is that I work for the gov’t.)
So right now I’m (mostly) using linked tables to pull data from SQL Server 7, then I run all my queries locally. The problem with this is that the download takes at least 10 minutes, and I’m just at the beginning of the project, so this download is going to grow. (I have a few projects that download using passthru queries, but they’re all written in DAO anyway and will probably have to change, too.) My questions:
–What is the most efficient way to download information from SQL Server 7 into Access 97?
–Is there any easy way to write this so I don’t have to worry about conversion issues with Access 2002?
–Should I be writing my download module in ADO instead of DAO?
–Can anyone point me to any good references on how to convert my DAO code into ADO?
If anyone has any advice for me, general or specific, I would greatly appreciate it….