Classic ASP DatabasesDiscuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I try with "Beginning ASP.net 1.0 with vb.net" book chapter 13 and the code (synchronize.aspx), it always display "Operation must use an updateable query" So what this mean
Just check the properties on your database, and make sure its not just read only. Another thing is that it maybe a security access privileges that you set on the computer. But i hope the link helps =)
Im running into that error "updateable query" when i upload it the file to the host server! I chmod it to read, write and execute, and its still not letting me. How can i fix it?