I have this app that I need to migrate over to another server. The gal who originally put this together used DAO 3.5 and it was running on an NT server. When I move this thing over to a 2000 server, I was getting an error. I was astute enough to realize that the msdao350.dll was missing, so I added it and registered it. That cleared up the original error but now I get a generic "Data Access Error", then it spits out a run time error 91, presumably b/c the control was unable to be bound to anything. The app is trying to get to an Access db using Jet (assumably 3.whatever, it was not written for Jet 4.0...but the mdb is Access98 anyhoo).
Do I have to go in an recode this whole thing to use ADO or something, and add the ADO controls to the project and so on, or is there something else I am missing that would make the 2000 server more backward compatible to this app?
HELP!!!