Hi,
I have migrated a VB/Access app to VB/SQL 2000. The DB and the app reside on an NT server.
When I test the code on my local PC, it runs fine.
When I try and use the NT server, I receive the run-time error message '429'.
I have registered the DLL using regsvr32 from the command line.
This is the line of code in the project that calls the dll and gives the error.
Set m_oUtrac = New Utrac.cUTRACFile
Does anyone know what could be causing my problem?
Proving rather serious as I only discovered there was a problem when it went live!
Thanks for any help,
Robin
I have migrated a VB/Access app to VB/SQL 2000. The DB and the app reside on an NT server.
When I test the code on my local PC, it runs fine.
When I try and use the NT server, I receive the run-time error message '429'.
I have registered the DLL using regsvr32 from the command line.
This is the line of code in the project that calls the dll and gives the error.
Set m_oUtrac = New Utrac.cUTRACFile
Does anyone know what could be causing my problem?
Proving rather serious as I only discovered there was a problem when it went live!
Thanks for any help,
Robin