Model of layer from Acc thru Jet database

  • Thread starter Thread starter S.L.
  • Start date Start date
S

S.L.

Hi, I'm using AccessXP.

I would like to know Does bound form use the same data access object model
as we set in library reference (DAO, ADO) to access data in Jet database
(.mdb) or Does it use its own mechanism ?

Could you please brief me how many layers does Access use from Access itself
thru Jet database, (If you have that information) ?

TIA
 
S.L. said:
Hi, I'm using AccessXP.

I would like to know Does bound form use the same data access object model
as we set in library reference (DAO, ADO) to access data in Jet database
(.mdb) or Does it use its own mechanism ?

Could you please brief me how many layers does Access use from Access itself
thru Jet database, (If you have that information) ?

The bound form has its own methods (the Access Object Model) but also uses
the JET Expression Service. The best reference on the subject, "Microsoft
Jet Database Engine Programmer's Guide", is now out of print, but a few
copies are still around if you look. There is some good reference material
on MSDN:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odeopg/html
/deovrwheretogofromherech16.asp

--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top