Creating a view for use in DataFlex using SQL Server Management Studio
(6m 27s)
Using an SQL database backend will result in a better performance of the application, because the searches will be done on the SQL Server. The technique used is called `database views'. This lesson shows the advantages of database views and how to build a database view.