I am working on an game application that requires a small database. It
looks like MS Access is capable of providing the database and I can
connect to it with my C# application if I turn it on the database in
the control panel.
I made the db file with access
I made the (beginnings) of the C# application.
I am looking towards the end when I want to hand it off to my friends,
who may or maynot have MS Access themselves.
I googled and read that I can redistribute runtime Acccess components.
What I am confused about is how I tell the users computer to use my
particular database file and provide it to my application on the
user's machine. Can anyone provide clarity?
looks like MS Access is capable of providing the database and I can
connect to it with my C# application if I turn it on the database in
the control panel.
I made the db file with access
I made the (beginnings) of the C# application.
I am looking towards the end when I want to hand it off to my friends,
who may or maynot have MS Access themselves.
I googled and read that I can redistribute runtime Acccess components.
What I am confused about is how I tell the users computer to use my
particular database file and provide it to my application on the
user's machine. Can anyone provide clarity?
Comment