I have written a VB application using VB5 which references an access database. When I run it on my pc it works fine but when I distribute it on a networked pc I get the following error:

Run-time error '3447'

The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit versions)failed to initialise when called. try reinstalling the application that returned the error.

I have checked the vbajet32.dll file in the c:\winnt\system32 folder and the versions are
the same.

What could be the problem ?