PC Review


Reply
Thread Tools Rate Thread

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

 
 
Paul
Guest
Posts: n/a
 
      21st Feb 2008
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.

 
Reply With Quote
 
 
 
 
Paul
Guest
Posts: n/a
 
      21st Feb 2008

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 --------

> 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.
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"The Microsoft Office Access database engine does not recognize... ant1983 Microsoft Access Queries 3 24th Jan 2010 09:29 PM
Office 12 Access Database Engine conflicts with DAO 3.6 library merwcat Microsoft Access VBA Modules 14 27th Sep 2008 11:37 PM
2147217865 Microsoft Office Access database engine cannot find theinput table or query rm Microsoft Access Form Coding 2 20th Sep 2008 04:11 AM
Docs for Microsoft Office 12.0 Access,Database Engine Object Library? Paul Microsoft Access 1 21st Feb 2008 07:16 AM
The Microsoft Access Jet database engine could not find the object =?Utf-8?B?SGV5T2xkR3V5?= Microsoft Access Forms 9 26th Sep 2007 02:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:54 PM.