0
Desktop Application
I have made a data entry form with Visual Studio 2015 through C# and MS Access 2007 database. How can I use it as desktop application. I want to distribute it to my followers who has no net or LAN connection.
1 Odpowiedź
+ 2
if you are interested in using VS 2015, i personally recommend you learn LINQ.. you can install a localDB and instead of using MS Acess, you use SQL Express. Life wold be suo much easier.
I am sure you ahve used oledb and a connection strings for your project. LINQ in my opinion is by far better than what you really have done