|
Your first JDBC application using Derby |
In this example you will just display the result of static SQL statement.
1) Start the ij from folder (C:\java\jdbc\derby\bin\frameworks\embedded\bin )
2) Run the sql scripts ( booksl.sql)
3) Run the java program ( DisplayAuthors)