J
J L
I am coming from the VB6/DAO/Jet world and am looking for advice and
opinions on how to deploy databased apps.
In the VB6 world, my app would create the MDB programatically on thie
initial startup. I have not developed any SQL based apps yet but see
the need arising soon.
Here are my questions:
1. Is the approach of creating the database programatically feasible
and/or a good idea in .Net?
2. Does anyone distribute an empty or template database with the app?
If so how?
3. What other options are there?
4. In most cases I will be using the Jet engine but may also use MSDE
or SQL Server or mySql or Firebird...any comments on each of these?
My overall objective is to have a DAL to allow use of any of the above
databases. I am not sure how realistic that is but that is my goal.
TIA
John
opinions on how to deploy databased apps.
In the VB6 world, my app would create the MDB programatically on thie
initial startup. I have not developed any SQL based apps yet but see
the need arising soon.
Here are my questions:
1. Is the approach of creating the database programatically feasible
and/or a good idea in .Net?
2. Does anyone distribute an empty or template database with the app?
If so how?
3. What other options are there?
4. In most cases I will be using the Jet engine but may also use MSDE
or SQL Server or mySql or Firebird...any comments on each of these?
My overall objective is to have a DAL to allow use of any of the above
databases. I am not sure how realistic that is but that is my goal.
TIA
John