> 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