BusterG
Member
I am writing an application in which I wish to use an Access database. However, if the database doesnt exist, I want to programatically re-create the database.
I have done this in the past using VB6 but as I am now using .Net have been investigating ADO.Net. The problem is that all the examples/resources I have found only demonstrate database creation using the SQL Server which I dont want to use.
Does this mean the only option is to forget ADO.Net and use COM instead?
I have done this in the past using VB6 but as I am now using .Net have been investigating ADO.Net. The problem is that all the examples/resources I have found only demonstrate database creation using the SQL Server which I dont want to use.
Does this mean the only option is to forget ADO.Net and use COM instead?