updating mysql table from netbeans

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrrambo4121
    New Member
    • Feb 2014
    • 1

    updating mysql table from netbeans

    i have taken a textfield in my form and i want the entered amount to be subtracted from a column of the table in mysql...
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Hi mrrambo4121 and welcome to bytes.com!

    To do this you will have to connect to your mysql database, create a command to send to that database and then send it. Which part are you having problems with?

    Comment

    Working...