i have a problem i want to migrate an application from VB3 to VB6, but some types give me error like the snapshot type.
This is the line that give me the error
Dim ssTemp As snapshot
And when i run the application it gives me the error: user-defined type not defined
I already added the reference: Microsoft DAO 3.51 Object Library in the project
¿What can be the cause of the error?