Reputation: 159
I am currently working with a company where I am not allowed to install software like Sql server or other data base software but I have ms access or office kind software so my question is
1> Can we create web based application using ms access and .net based programming language. (Just to maintain manual based work)
This question might sounds like crazy but I search for it all over internet.Help me
I need to start from beginning...
Upvotes: 0
Views: 350
Reputation: 6450
OleDb connection You will use this when reading/writing to the database. It will need to be opened an closed if you're not using an IDisposable
method.
Inserting Records to an MS Access Database
I'm not sure what language you'll be using, but there are actually plenty of examples using VB/C#.NET.
Upvotes: 1