Click here to Skip to main content
15,900,108 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMDB view thru browser Pin
Civic0624-Feb-09 5:55
Civic0624-Feb-09 5:55 
AnswerRe: MDB view thru browser Pin
Jon Rista24-Feb-09 6:17
Jon Rista24-Feb-09 6:17 
GeneralRe: MDB view thru browser Pin
Christian Graus24-Feb-09 8:29
protectorChristian Graus24-Feb-09 8:29 
GeneralRe: MDB view thru browser Pin
Jon Rista24-Feb-09 8:46
Jon Rista24-Feb-09 8:46 
GeneralRe: MDB view thru browser Pin
Christian Graus24-Feb-09 9:36
protectorChristian Graus24-Feb-09 9:36 
GeneralRe: MDB view thru browser Pin
Jon Rista24-Feb-09 12:30
Jon Rista24-Feb-09 12:30 
GeneralRe: MDB view thru browser Pin
Civic0624-Feb-09 12:48
Civic0624-Feb-09 12:48 
GeneralRe: MDB view thru browser Pin
Jon Rista24-Feb-09 17:05
Jon Rista24-Feb-09 17:05 
So, if your need is that you need to give users the ability to edit your .mdb as if they were using Access, but on the web...then you are still left with writing a web application to provide that functionality. However, I wouldn't recommend actually sharing the .mdb directly through the web. If you choose not to host the database within SQL Server 2005, then you will have to deal with the strict limitations of the Access OLEDB (or maybe its the ODBC) provider...namely limitations with concurrent users (I think 10 is the recommended max). If you do host the mdb in SQL Server 2005, then you won't have the connection limitation, and you'll probably gain a variety of other benefits that SQL Server has to offer.

As for providing similar functionality to Access through the browser...your best bet is to check out some of the Web Control packages that many companies provide. There are some that provide Microsoft Office 2003 and 2007 like web UI components, including very interactive data grid controls (many of the ads on this site advertise such control packages). That would be the easiest and quickest (and probably the cheapest) way to provide an Access-like UI to your users through the web for editing your database. Beyond the UI...I can imagine there might be some fairly difficult challenges regarding managing concurrent usage of a single database in an Access-style UI. Generally, most web sites use databases transactionally...retrieving information, displaying one record for edit, and inserting/updating/deleting one record at a time. The Access UI allows bulk, batch (or perhapse just very rapid row-by-row) editing of data in tables, which is a whole different ball game for a web UI.
QuestionImage Control Question Pin
Aptiva Dave24-Feb-09 5:47
Aptiva Dave24-Feb-09 5:47 
AnswerRe: Image Control Question Pin
Christian Graus24-Feb-09 8:30
protectorChristian Graus24-Feb-09 8:30 
AnswerRe: Image Control Question Pin
ToddHileHoffer24-Feb-09 8:33
ToddHileHoffer24-Feb-09 8:33 
QuestionDeveloping a discussion forum for my website Pin
nainakarri24-Feb-09 5:07
nainakarri24-Feb-09 5:07 
AnswerRe: Developing a discussion forum for my website Pin
Ennis Ray Lynch, Jr.24-Feb-09 5:11
Ennis Ray Lynch, Jr.24-Feb-09 5:11 
GeneralRe: Developing a discussion forum for my website Pin
nainakarri25-Feb-09 5:47
nainakarri25-Feb-09 5:47 
QuestionCreating child controls dynamically at runtime on clicking linkbutton in repeater control Pin
nainakarri24-Feb-09 4:57
nainakarri24-Feb-09 4:57 
QuestionGeneric Data Access Object Pin
snouto24-Feb-09 3:07
snouto24-Feb-09 3:07 
AnswerRe: Generic Data Access Object Pin
Jon Rista24-Feb-09 6:17
Jon Rista24-Feb-09 6:17 
QuestionNeed Help Pin
learningman24-Feb-09 3:00
learningman24-Feb-09 3:00 
AnswerPlease read the forum guidelines Pin
leckey24-Feb-09 4:53
leckey24-Feb-09 4:53 
Questionproblem with usercontrol Pin
Deepak Nigam24-Feb-09 2:00
Deepak Nigam24-Feb-09 2:00 
AnswerRe: problem with usercontrol Pin
Greg Chelstowski24-Feb-09 2:49
Greg Chelstowski24-Feb-09 2:49 
GeneralRe: problem with usercontrol Pin
Deepak Nigam24-Feb-09 3:29
Deepak Nigam24-Feb-09 3:29 
GeneralRe: problem with usercontrol Pin
Greg Chelstowski24-Feb-09 3:55
Greg Chelstowski24-Feb-09 3:55 
QuestionProblem in Upadate panel,Details view, Dropdownlist Pin
Mr.Himansu24-Feb-09 1:57
Mr.Himansu24-Feb-09 1:57 
QuestionHandling Multiple Forms in ASP.NET Pin
_Sun24-Feb-09 1:51
_Sun24-Feb-09 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.