ACC97: What's New and Obsolete for DAO in Microsoft Access 97

ID: Q160820


The information in this article applies to:


SUMMARY

Moderate: Requires basic macro, coding, and interoperability skills.

The Microsoft Jet database engine version 3.5 has some functional improvements over earlier versions. This article discusses the enhancements made to Data Access Objects (DAO), the programming interface provided by the Microsoft Jet database engine for accessing and manipulating data in databases.


MORE INFORMATION

New Features

ODBCDirect:
Following is a list of new methods and properties for individual Data Access Objects.

DBEngine object:
Database object:
TableDef object:
QueryDef object:
Relation object:
Field object:
All objects:

Obsolete Features

The only data access object method from Microsoft Access 7.0 that has been replaced in Microsoft Access 97 is the FieldSize method, which has been replaced with the FieldSize property.

For more information about obsolete features in DAO from Microsoft Access 2.0 or earlier, search the Help Index for "obsolete features in DAO."


REFERENCES

For more information about the new features of DAO, search the Help Index for "DAO, new features," or ask the Office Assistant.


Keywords          : 
Version           : 97
Platform          : WINDOWS 
Issue type        : kbinfo 

Last Reviewed: April 19, 1999