Search:

Type: Posts; User: Light Mike

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    1,207

    [SOLVED] Re: get value from database by searching

    ok solved it was a syntax error here is the code i used


    try{
    Class.forName("com.mysql.jdbc.Driver");
    Connection conn = DriverManager.getConnection(
    ...
  2. Replies
    4
    Views
    1,207

    [SOLVED] Re: get value from database by searching

    anyone??? i really need help on this.
  3. Re: buttons and buttongroups send values to database

    ok thanks, ill try that. database connectivity was not an issue btw.
  4. Replies
    4
    Views
    1,207

    [SOLVED] Re: get value from database by searching

    sorry for that. no i dont get any errors. when i type say 123(which should return bob) and press search, nothing happens.
  5. buttons and buttongroups send values to database

    hi. forgive me if this had been asked before. if so please direct me to that topic.
    i have a registration form in java to mysql. for the gender radiobuttons i created a buttongroup. now i want to...
  6. Replies
    4
    Views
    1,207

    [SOLVED] get value from database by searching

    Hi. Sorry if such a question was asked before. I am coding an application for entering child patient details as registration. The basic details were entered in a previous form. Now i am adding the...
  7. Re: Java Connect to MySQL using jTextfield, jbuttons in NetBeans

    no there rhe preoblem is with menus
  8. Java Connect to MySQL using jTextfield, jbuttons in NetBeans

    HI,
    I want to insert data into a database i have made using jtextfields. i.e. When i type my name into the jtextfield1 and press jbutton1 (ok), the dtabase should get updated. How do i do this?
  9. Re: Problem with JmenuItems Cannot setvisible true

    so if i declared the variable, it would work?
  10. Problem with JmenuItems Cannot setvisible true

    Hi
    I am coding an application using java and i have a menu item which i want to lead to a different form.i.e. when i click jMenuItem1 i should go to RegistrationUIMenu1. But the code i used does...
Results 1 to 10 of 10