This topic is locked

Custom View Question

1/17/2007 10:33:39 AM
PHPRunner General questions
L
lawfour author

I need to add an additional field to my Main table database I can do this by using MYSQL server, but I made a custom view of the table which is being used by other users.
My question is can I make changes to my main table without it effecting the custom view? The added field I want to add does not have to be added to the custom view.
thanks

Larry

Sergey Kornilov admin 1/17/2007

You can a field to the main table without breaking Custom View functionality.
Custom View is just a SQL query. If you add a new field to the main table it won't be added to the Custom View.