What object library for DAO comes with Access 2.0?
Access 2.0 came with DAO 2.0
DAO 2.5 came with the 'Microsoft Access Service Pack'
DAO 2.x (and the DAO 3.5/2.5 compatibility layer) support
the CreateDynaset Method.
CreateDynaset was already obsolete with DAO 2/Jet 2,
it had been replaced with OpenRecordset. However
the help files did not catch up for a while...
Are other things working? DAO may not be installed correctly.
Note that with Jet 3, installing Access installs a DAO licence
key, which enables you to use the DAO dbEngine. DAO 2.x
may have a similar requirement.
FWIW: from memory, VB 3 used Jet 1. The 'Compatibility
layer' enabled it to use Jet 2. Jet 2.5 replaced Jet
2 with no compatibility layer required.
(david)
Supposedly it is DAO 2.5 and this is in VB 4.00 16-bit. A msaccess database
included in that installation is version 1.x But I have tried getting this
in manually to get this CreateDynaset. But it's not working.
http://support.microsoft.com/?kbid=146672
http://www.egynile.com/resources/access/tips/IAccess-12.htm
http://support.microsoft.com/default.aspx?scid=kb;en-us;92825
NOTE: This code applies only to Microsoft Access 1.x and 2.0 because later
versions lack the Dynaset object and CreateDynaset method.
Well that's that. Need Access 2.0. Surprising since I thought the object
library would be sufficient. What object library for DAO comes with Access
2.0?