Programmatically create Access 2007 database

Programmatically create Access 2007 database

am 31.01.2008 09:35:44 von 68756E746572

Greetings...

From this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;3178 81
article I've knew how to create access 2000 databases. But what with
2007?

Best regards...

Re: Programmatically create Access 2007 database

am 31.01.2008 10:52:15 von nemtsev

Hello 68756E746572@gmail.com,

try to use the following connection string

"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myFolder\myAccess2007file.accdb;Persist
Security Info=False;"

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


> Greetings...
>
> From this:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;3178 81 article
> I've knew how to create access 2000 databases. But what with 2007?
>
> Best regards...
>