0

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...

2
  • yes ofcourse.You can use ms access for database. I have done a web project using java and ms-access.Access query is almost same to mysql with slight difference here and there. Commented Jul 12, 2014 at 11:12
  • Yes. You might have difficulty finding examples. If you want to build a web app you are going to have to install visual studio. If anyone is going to use it you are going to have to install IIS. So you have a few hurdles to overcome. Commented Jul 12, 2014 at 11:24

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.