I am new to desktop applications.can someone explain on how to connect to database using apache pivot? if it is not possible please list any other options to achieve it
I want to insert some records into a table in database (like MS Access,MYSQL,etc.....). If anyone has worked on such a requirement using apache pivot, please help me out with some sample code.
Thanks in advance
As Benjamin Gale posted, Pivot is a GUI framework that really doesn't need or have any APIs to deal with connecting to databases. But, JDBC can be used in a Pivot application to do that, just like any other Java application.