简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM