I have been working with Virtual tables ("VT") using a local connection.
I have read: http://www.lianja.com/resources/blog...-tables-part-1

I have some general questions about VT:

  1. Am I correct in assuming that VT are the same as Views in VFP?
  2. For an app that will run on the web: Is it a good idea to build all my forms and grids using VT for everything? (I do this in VFP and want to know if I should also do it in Lianja).
  3. What is recommended: should VT be added to the same database as the tables, or should they be in a separate database?
  4. Is there any connection between the data dictionary for the table and the VT? Or should the VT data dictionary be filled in manually?