This topic is locked

Error 256

8/22/2006 7:50:02 PM
PHPRunner General questions
T
thesofa author

Thanks for all your previous help
My pages are based upon a view called play, when I edit a record I get this error

Error 256 The target table play of the UPDATE is not updatable

The error states there is an error in line 26 of the file

dbconnection.php
trigger_error(mysql_error(), E_USER_ERROR);

}
I also have a problem that when I select a record for editing, not all the data from that record is displayed.

Certain fields used on the Add page are using events to get their values. Others are dropdown boxes, dependant on other drop downs.

Is it possible to have one sort of display format in Add pages and another in Edit pages?

J
Jane 8/23/2006

Hi,
see my answers below:

  1. it's a general error. Please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data.

    I'll find what's wrong with your project running it on my test box.
  2. check that all fields are on the EDIT page on the Choose field tab (step 6).

    Unfortunately it's impossible to set different display formats on the ADD and EDIT pages.