Table of Contents

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.

 {{kb0115_1.png}} 

Description:  A test program which can be used to execute SQL Statements from the command line.

 {{kb0115_2.png}} 

Description:  A callback routine which is used to process the results of the test program above.

{{kb0115_3.png}}