|
|
|
|
|
- Example 1: Reading the records without partial fetch
- Example 2: Reading the records by partial fetch
Example 1: Reading the records without partial fetch This example runs a query and retrieves the query result directly. SQLExec("select * from orderline", "Qry1") SQLFirst("Qry1") WHILE NOT SQL.Out // CODE FOR PROCESSING RECORDS // Go to the next one SQLNext("Qry1") END
Example 2: Reading the records by partial fetch
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|