
Has anyone ever seen this before!
I have developed code using old VB 4 16 bit version.
The development CANNOT be done on a later version of VB!
Anyway, I am forced to use DAO 2.5 16 bit to connect to SQL Server 6.5.
The problem I am having is, the code executes perfectly in an uncompiled
state.
However, if I compile the code, the program does not recognize the DSN
that I have
previously used successfully while running the program from VB.
Eventually,
the program gives me an error "Application Error" - "Invalid Dynalink".
Has anyone ever heard of such a thing? Is there any explanation for
this or resolution to it.
Is there an API or funciton that can retreive or validate dynalinks that
exist on a machine?
Please don't say upgrade because that's not an option.
Thank You, for any assistance you can provide.