View Single Post
  #2 (permalink)  
Old 12-23-05, 10:48 AM
radarman012000 radarman012000 is offline
Newbie Coder
 
Join Date: Jul 2004
Location: Florida
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Iis

This is simple. Your database is not writeable!.....You have to give your database write permissions. The error 'operation must use an updateable query' tell you this.

To make the changes, follow these steps.
  1. Open IIS. Navigate to your database folder
  2. Right click on the database itself and choose properties
  3. Check the boxes "read" and "write"
  4. Apply the changes and close IIS
  5. You are done!
Most VB Script errors are self explanitory, but if you have one you don't understand, copy the error, number and all, and paste into a Google search box and presto! You will get all kinds of hits related to the error, some from Microsoft and most from forums that has dealt with the same issue.

Hope this helps
Reply With Quote