TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Administrator
Tech Writer
2.2k
1.5m
Inserting data to Access DB ?
Apr 10 2003 1:01 AM
I have problem with DB access to MSAccess in a web application. The problem is that reading data from DB works just fine, but inserting and updating causes exception: Server Error in '/myApp' Application. -------------------------------------------------------------------------------- Operation must use an updateable query. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: Operation must use an updateable query The same DB access works fine with a windows application. Thus it might be a security issue. But what should be done in order to give the web application the right to make insert into Access DB ? -Ari
Reply
Answers (
1
)
dynamic display of a control depending on condition
HTML controls inline with xyz.aspx.cs code how to get to them