Using SQL with LH tables (Functions/Subroutines/Programs)
Created at 03 SEP 1997 04:38PM
The following BASIC+ source code shows how to execute SQL Statements against LH tables using BASIC+ and retrieve the results.
Description: Contains the source which executes the SQL Statement and either retrieves the results or uses a callback routine to process the results.
Description: A test program which can be used to execute SQL Statements from the command line.
Description: A callback routine which is used to process the results of the test program above.