<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Jet_Data_Access_Objects</id>
	<title>Jet Data Access Objects - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Jet_Data_Access_Objects"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Jet_Data_Access_Objects&amp;action=history"/>
	<updated>2026-04-22T10:08:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=Jet_Data_Access_Objects&amp;diff=5927763&amp;oldid=prev</id>
		<title>imported&gt;True Pagan Warrior: copy edit</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Jet_Data_Access_Objects&amp;diff=5927763&amp;oldid=prev"/>
		<updated>2023-05-10T13:30:20Z</updated>

		<summary type="html">&lt;p&gt;copy edit&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{distinguish|data access object}}&lt;br /&gt;
{{Short description|Windows database API designed for Microsoft Jet and ACE}}&lt;br /&gt;
{{Use mdy dates|date=January 2019}}&lt;br /&gt;
{{Use American English|date=January 2019}}&lt;br /&gt;
{{Lead too short|date=February 2016}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Jet Data Access Objects&amp;#039;&amp;#039;&amp;#039; is a general [[application programming interface|programming interface]] for [[database]] access on [[Microsoft Windows]] systems, primarily for [[Access Database Engine|Jet and ACE database]]s.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
DAO were originally called &amp;quot;VT Objects.: DAO 1.0 came up in November 1992 as part of Access 1.0. In version 3.5 it was able to bypass the [[Jet Database Engine|Jet engine]] all together and directly access [[Open Database Connectivity|ODBC]] data sources, including [[Microsoft SQL Server]] and other enterprise database systems. DAO 3.6 shipped with Jet 4.0. Access 2007 and later uses ACE with its ACEDAO, where most new features supported by ACE are added to. ACEDAO no longer supports ODBCDirect.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
{{unreferenced section |date=November 2009}}&lt;br /&gt;
DAO works by creating a &amp;quot;workspace&amp;quot; object in which all database operations are performed. The workspace object exists as a session object that exists within a larger database engine object. There are two types of database engines: a Jet Database Engine object, and an ODBCDirect database engine.&lt;br /&gt;
&lt;br /&gt;
===Jet===&lt;br /&gt;
The Jet database engine (in Access 2007 and later, ACE) object consists of several objects:&lt;br /&gt;
* a workspace object containing&lt;br /&gt;
* a groups-and-users object&lt;br /&gt;
* a database object containing objects which consist of:&lt;br /&gt;
** containers of objects&lt;br /&gt;
** query definition (QueryDef) objects&lt;br /&gt;
** Recordset objects which are defined by a set of field objects&lt;br /&gt;
** relation objects which show the relationship between different fields in the database&lt;br /&gt;
** table definition (TableDef) objects which consist of fields and indexes of selected fields.&lt;br /&gt;
** a series of error objects&lt;br /&gt;
&lt;br /&gt;
The first version of DAO used Snapshot/Dynaset/Table objects etc. In DAO 2.0 Recordset etc. objects were introduced. DAO 3.0/3.5 only supported the old objects using a special compatibility TLB, which was removed completely in DAO 3.6. &amp;lt;!-- See &amp;quot;Obsolete Features in DAO&amp;quot; in Help for details --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===ODBCDirect===&lt;br /&gt;
The ODBCDirect database engine consists of a workspace object and an errors object. The main differences between this database engine and the Jet database engine are:&lt;br /&gt;
* the workspace object contains only a series of ODBC connection objects&lt;br /&gt;
* the database object consists of a series of recordset objects&lt;br /&gt;
&lt;br /&gt;
The ODBC connection objects consist of QueryDef objects and recordset objects.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Microsoft Data Access Components]]&lt;br /&gt;
* [[ActiveX Data Objects]] (ADO)&lt;br /&gt;
* [[Remote Data Objects]] (RDO)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://codevba.com/msaccess/dao_objectmodeldiagram.xhtml DAO object model diagram with links to class reference pages]&lt;br /&gt;
&lt;br /&gt;
{{Microsoft APIs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Microsoft application programming interfaces]]&lt;/div&gt;</summary>
		<author><name>imported&gt;True Pagan Warrior</name></author>
	</entry>
</feed>