Bijaya Khadka
Bijaya Khadka

Reputation: 159

Web based application with ms access

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

Answers (1)

Mark C.
Mark C.

Reputation: 6450

Connect to MS Access Db

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

Using SQL with c#.net

I'm not sure what language you'll be using, but there are actually plenty of examples using VB/C#.NET.

Upvotes: 1

Related Questions