previous
|
start
|
next
Result Set Meta Data
The following program reads a file containing SQL statements and executes them
If there is a result set, the result set is printed
Meta data from the result set is used to determine the column count and column label
Run the program as
java ExecSQL database.properties product.sql
Or interactively as
java ExecSQL database.properties
previous
|
start
|
next