J
JO
I have a properly-registered dll that needs to open a recordset on a table in
the calling database. My command button call to the dll is based on
Knowledge Base Article 172059.
I've determined (with the use of Msgboxes to stop the compiled dll as it
executes) that the 424 'Object Required' error is caused when I execute the
'OpenDatabase' DAO method inside the dll. Opendatabase is still a valid
method in Access 2003 VBA DAO and tests there very well.
The OpenDatabase method is also still valid in VB6, so I cannot figure out
why my dll has a problem with Access 2003.
Everything works very well in Access 97. The dll does everything it should
there.
Any ideas?
Thanks much in advance.
the calling database. My command button call to the dll is based on
Knowledge Base Article 172059.
I've determined (with the use of Msgboxes to stop the compiled dll as it
executes) that the 424 'Object Required' error is caused when I execute the
'OpenDatabase' DAO method inside the dll. Opendatabase is still a valid
method in Access 2003 VBA DAO and tests there very well.
The OpenDatabase method is also still valid in VB6, so I cannot figure out
why my dll has a problem with Access 2003.
Everything works very well in Access 97. The dll does everything it should
there.
Any ideas?
Thanks much in advance.