Re: DAO causing problems?
Any particular reason why you're using DAO with .NET? I know it's going to require some effort, but you may have better luck (certainly in the long run) by moving to ADO.NET and re-writing (yes, from scratch) the code to remove DAO.
-tg
Re: DAO causing problems?
It was a VB6 project that I carried over to .NET
I'm assuming that I will have to learn ADO.NET but I was just wondering if there was another alternative first (or even to make sure that this is even the source of the problem)
Re: DAO causing problems?
DAO is almost certainly the source of the problem.
The help for VB6 (written back in 1998) explicitly said not to use it for new projects, because it was on the way out back then.
For a few years now it has been officially "obsolete" (which is much worse than "unsupported"!), including an explicit warning about it not being available for 64bit versions of Windows.