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