This topic is locked

fields unable to be edited

2/4/2014 9:38:56 PM
ASPRunnerPro General questions
F
flwebster author

Here's a stumper... I'm using AspRunner 6. I have a web site with several asprunner/mdb/asp setups that work perfectly on mdbs. I just set up a new database/asprunner and it works fine; it will add records and delete records, but it will not update any fields. I gives me an error message "record not edited, field cannot be updated. I have redone the setup three times, reset the permissions, reset the database connection and it still returns this error message. What am I doing wrong??

Sergey Kornilov admin 2/4/2014

Probably you are trying to update the field that cannot be updated i.e. timestamp or autonumber field. Not possible to provide a meaningful advise without seeing your application and database.
If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

G
gonzalosb 2/6/2014

may be your info is to big for the row you try to update, that happens to me once.

do this;

  1. on the ASPR go to "tables" the first screen after selecting the DB.
  2. right click on the table and select "modify table"
  3. look for the field "type" select "memo", this will give you more space than text witch is 255 characters.
  4. rebuild your project and try it.