Search:

Type: Posts; User: Light Mike

Search: Search took 0.07 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. 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.
  4. 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...
Results 1 to 4 of 4