Re: Having NetBeans form data hit Java derby DB automagically

2021-03-10 Thread antonio
Hi all, Maybe you want to follow these tutorials https://netbeans.apache.org/tutorials/nbm-crud.html (for Platform apps) https://netbeans.apache.org/kb/docs/javaee/ecommerce/entity-session.html (Java EE version) We'd appreciate new screenshots and a review :-). Kind regards, Antonio On 10/0

Re: Having NetBeans form data hit Java derby DB automagically

2021-03-10 Thread Luff,Chris
Lot’s of scenarios and plenty of options. Usually, you would write a set of interfaces to the data structure of the database that encapsulate update, insert and delete methods. > On 10 Mar 2021, at 02:02, Amy Wolf wrote: > > I have a front end form and have set up a Java derby db with a table &