A complete empty database, however when you have that you can go on with
ADO.Net
I hope this helps?
Cor
\\\set a reference to COM adox ext 2.x for dll and security
Dim catNewDB As New ADOX.Catalog
catNewDB.Create("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data
Source=C:\db1.mdb")
///