Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Create an Access DB Using ADO.NET?

2 views
Skip to first unread message

Len Weaver

unread,
Dec 21, 2001, 7:35:19 PM12/21/01
to
Hello Chris,

> Does anyone know if it is possible to create a new Access
> DB using .NET. Previously I would have created it using
> ADOX, but I have not been able to figure out if I can do
> it with ADO.NET.

You can't create databases with ADO.Net. Your choices are to use
ADOX via ComInterop, or distribute an empty mdb file with your app.

Hope this helps,
Len


0 new messages