Search:

Type: Posts; User: mithcool

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    2,611

    [SOLVED] Re: Inserting date into database

    Thanx friend it did help me. Actually i was getting the above exception and on the other hand the date was inserted into database excluding other request parameter values... anyways timestamp did fix...
  2. Replies
    2
    Views
    2,611

    [SOLVED] Inserting date into database

    there is an exception in inserting date into database

    String Fname= request.getParameter("txtfname");
    String Lname= request.getParameter("txtlname");
    String...
Results 1 to 2 of 2