M
Miro
Ok I have been slowely - and ever so slowely teaching myself VB.net
Currently I have created an MDB file by code, and added fields to the MDB
file by code.
I like this solution because, ( im assuming ) if I create an EXE and I load
an MDB file, I can
see if certain fields are there, and if not add them.
Kinda like an Update that is imbeded into the EXE, so you dont always have
to create an Install shield.
So... Lets say my goal is to have an application that I would like people to
install somewhere.
Why choose SQL Express over a simple MDB file? ( i have never tried SQL
Express )
1. As I am assuming...SQL express is a second install that a user would
have to install ontop of my
application install ?
2. MDB files would be easier to work with because everyone till now has
been working with
MDB files so any help required is easier to get to ?
3. People have told me MDB files will slowely be processed out and SQL
Express will take its place.
Is this true ?
So if you were to write an application from scratch. Would you still go
with SQL Express ?
I am knocking my head back and forth on this. And would like to know how i
will create my db's before i start
trying to code an app.
Thank You,
Miro
Currently I have created an MDB file by code, and added fields to the MDB
file by code.
I like this solution because, ( im assuming ) if I create an EXE and I load
an MDB file, I can
see if certain fields are there, and if not add them.
Kinda like an Update that is imbeded into the EXE, so you dont always have
to create an Install shield.
So... Lets say my goal is to have an application that I would like people to
install somewhere.
Why choose SQL Express over a simple MDB file? ( i have never tried SQL
Express )
1. As I am assuming...SQL express is a second install that a user would
have to install ontop of my
application install ?
2. MDB files would be easier to work with because everyone till now has
been working with
MDB files so any help required is easier to get to ?
3. People have told me MDB files will slowely be processed out and SQL
Express will take its place.
Is this true ?
So if you were to write an application from scratch. Would you still go
with SQL Express ?
I am knocking my head back and forth on this. And would like to know how i
will create my db's before i start
trying to code an app.
Thank You,
Miro