insert data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • najmi
    New Member
    • Sep 2007
    • 46

    #1

    insert data

    hi..i`m a newbies with java...i need some help in how to insert data from textfield in the form into ms database...anyo ne can help me with a simple example or anything that can help me...maybe some code
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by najmi
    hi..i`m a newbies with java...i need some help in how to insert data from textfield in the form into ms database...anyo ne can help me with a simple example or anything that can help me...maybe some code
    Do you know how to connect to a database using JDBC?

    Comment

    • nomad
      Recognized Expert Contributor
      • Mar 2007
      • 664

      #3
      Originally posted by r035198x
      Do you know how to connect to a database using JDBC?
      I would also read up on I/O (input and output)

      nomad

      Comment

      • najmi
        New Member
        • Sep 2007
        • 46

        #4
        Originally posted by r035198x
        Do you know how to connect to a database using JDBC?
        yes..i know how to connect to a database using jdbc and already establish the connection

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Could you be more specific then as to where the problem is?

          Comment

          Working...