Ok, clearly I am not the brightest crayon in the box when it comes to some of this....but here is my problem:
We have this application (read:inherited from someone else) that was written in VB5 running on an old Windows NT server using DAO to Access an Acc98 mdb. As part of our migration of everything over to a new 2000 server the task at hand was to get this job over there as well - naturally, it does not work. I keep getting a vague dialog box that just says "Data Access Error". Clearing this then produces the ubiquitous "Run Time Error 91".
I've converted the mdb to Access 2000, figuring that was the most obvious issue, but still get the same. Reviewing the dependencies for the original VB5 app I see it was using DAO 3.5, so I recompiled it with VB6 and now it is DAO 3.6 - but still get the same.
Now I figure either
1> since the app was originally using Jet 3.5 or 3.6, maybe it doesnt work now since the 2K server is Jet 4.0?
2> I may have to go and recode the whole thing to be ADO...this sounds great (and would be better, in my opinion), but this is a pretty big mess of code and I am loathe to have to go re-write the whole thing.
The dao360.dll that the app is using (now, was dao350.dll before) is installed on the 2K server....I really don't know where else to go....can someone help at least point me in the right direction?
Thank you soooooooooooooooo much......