Use embedded SQL
(7m 48s)
This lesson will use embedded SQL to show an alternative method to access data. Embedded SQL is only available when working with SQL database. In this lesson Microsoft SQL will be used. This allows SQL statements to be used directly within DataFlex source to access the data.
Accessing the SQL database directly is advantageous. For example, when building a business process or when a list needs to be filled quickly.