Hello, i'm creating an application that i would preferably like to gather information from a database, so others may add information to the database and extend the use of the application.
I first tried using an excel file as a back end database, which worked fine for what i needed, but found that trying to read an excel database through vb.net when the computer running the application didn't have excel installed, it would just cause errors.
I have since then tried an Access Database, which again works like a charm on my programing system, however once the application is transfered to a computer without Access installed, i run into problems again. I have gotten around this problem by installing a 25MB download from Microsoft that will install the required files to allow my application to work with Access Database files, however, i'd preferably like to not force the user to go download a 25MB download to make use of my Application.
Therefore i am wondering if anyone could suggest a way in which i could get either the excel database to work without excel installed, or access to work without access installed or downloading the 25mb download. I don't mind using a different file type as a database, and i'm happy looking up the information on how to read and write to such a database, but one in which near all computers would be able to use my application without extra downloads required.
Thanks in advance.
I first tried using an excel file as a back end database, which worked fine for what i needed, but found that trying to read an excel database through vb.net when the computer running the application didn't have excel installed, it would just cause errors.
I have since then tried an Access Database, which again works like a charm on my programing system, however once the application is transfered to a computer without Access installed, i run into problems again. I have gotten around this problem by installing a 25MB download from Microsoft that will install the required files to allow my application to work with Access Database files, however, i'd preferably like to not force the user to go download a 25MB download to make use of my Application.
Therefore i am wondering if anyone could suggest a way in which i could get either the excel database to work without excel installed, or access to work without access installed or downloading the 25mb download. I don't mind using a different file type as a database, and i'm happy looking up the information on how to read and write to such a database, but one in which near all computers would be able to use my application without extra downloads required.
Thanks in advance.