jdbc - Date textField in Gui , is unable to save in oracle database -


  • dear all,

  • i unable save date in database (oracle) using gui text field... *.....

  • i created , 1 jtextfield

  • i want:
    *1)show date model like(24/3/2014) in jtextfield in gui .....

  • but getting error .. cant convert string date type..

  • 2) unable save date in oracle db

  • err: showing null(-)

  • please suggest how code..

  • thank you

i suggest manually converting string, format oracle understand date, before insert database.

that should like: 2014-03-24


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -