This topic is locked

Adding record with a view table

8/19/2006 8:38:00 AM
PHPRunner General questions
T
thesofa author

I have an application using 6 tables.

I have found the easiest way to show the data in the list page is by using a `view`

I have produced the view by using Navicat MYSQL, and tested id it in Navicat too.

It produces the required result in terms of data display.

I need to be able to edit records and to be able to Add records too.

Is it possible to add a record when the add record page is produced from a view?

Sergey Kornilov admin 8/20/2006

If view that you created is updatable you can add and edit data.

More info can be found here: http://dev.mysql.com/tech-resources/articl...ysql-views.html

T
thesofa author 8/20/2006

If view that you created is updatable you can add and edit data.

More info can be found here: http://dev.mysql.com/tech-resources/articl...ysql-views.html



Thank you