Hello,
I am about to start a project for work where I have the following:
Information such as:
Date
Document number
Transportation registration number
and others which isn't really relevant at all at this point.
I would like to make an .exe where the DB is displayed, well at least the data, where the user can search through the data by date, or any other detail in the entries and can update the DB/entries simultaneously (multiple user access). My question is if I should make a database project in VS or a VB project with like a DB OLE of sorts and also, can I run this project from my windows XP machine active as a server or sorts or just have the .xlsx file shared accross the network or do I need to run this from a MSSQL server?
I would prefer an .exe rather than a web form.
Thanks for reading :)