Docs for Microsoft Office 12.0 Access,Database Engine Object Library?

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

I'm sure it's just a lapse on my part but I am unable to find any official
documentation for

"Microsoft Office 12.0 Access,Database Engine Object Library"

I have created this C# code so far using Google usenet searches.

Microsoft.Office.Interop.Access.Dao.DBEngine engine = new DBEngineClass();

engine.CreateDatabase(dbfile,
Microsoft.Office.Interop.Access.Dao.LanguageConstants.dbLangGeneral,
Microsoft.Office.Interop.Access.Dao.DatabaseTypeEnum.dbVersion120);

It doesn't look like it, but each line comes at great pain and time expense.

I have a fairly extensive project to complete right away and am sure that the
documentation will be of great assistance. Surely Microsoft does not want me to
continue to rely only on Google (plus some reflection) for my work.
 
Ok, it seems to be in:

Access 2007 Developer Reference > Microsoft Data Access Objects (DAO) Reference > DAO Reference > DBEngine Object

Now if it were just written for c#...


-------- Original Message --------
 
Back
Top