I want to be able to get the data from a JTable converted into a UPDATE statement so that I can get the table contents and use my existing SQL connection to transfer into DB. eg into UPDATE Products SET ProductID="JUICE32", ProdName="Orange Juice", Stock=190, Price=8.00 WHERE ProductID="JUICE32"; UPDATE Products SET ProductID="SOAP123", ProdName="Deluxe Soap", Stock=500, Price=15.99 […]
The post Convert JTable data into UPDATE statement appeared first on BlogoSfera.