ACC: Creating Virtual Indexes with SQL Data-Definition Queries (112131)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q112131
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
If your server supports the creation of SQL views, you can achieve a
compromise between pass-through and Microsoft Access queries by creating a
view on the server and then linking (attaching) it. The Microsoft Jet
database engine treats a linked (attached) view exactly like a linked
table (with no indexes). The processing defined in a view is always
performed by the server, no matter what the Microsoft Jet database engine
decides to execute locally.
REFERENCES
For more information about creating indexes, search the Help Index for
"CREATE INDEX Statement," or ask the Microsoft Access 97 Office Assistant.
For more information about data-definition queries, search the Help Index
for "data-definition", and then view "Work with tables or indexes by using
an SQL data-definition query" or ask the Microsoft Access 97 Assistant.
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kbinfo kbusage KB112131 |
---|
|