|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Cannot update the cursor mytable, since it is read-onlyWhen I test my application inside the visual studio net, all works fine, but as soon I close IDE and test in this way: http://localhost/myapp/default.aspx the application open, but at time I try to update I get this error Cannot update the cursor mytable, since it is read-only icmd.CommandText = cmd; // the update sql "update my table...etc" icmd.Connection = Conn; icmd.ExecuteNonQuery(); // here the error NOTE: this works when I run inside de visual net IDE, but, does't works out of IDE (internet explorer http://localhost/myapp/default.aspx (Same computer) any ideas? |
|||||||||||||||||||||||