Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Strange problem while using JDBC

 
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi guys,
I designed an app that has to connect to a datasource through JDBC. In my current implementation i have chossen MS Access as the backend database.
No my database has a table that contains some date columns. The program is supposed to show the date in dd/mm/yyyy format. The program works fine on my computer and shows the date in the given format. But the moment i deploy my app on another computer the date format changes and starts displaying the date in mm/dd/yyyy format.
Why is this problem not occuring on my computer and why this date format problem arises when the program is run on another computer.
Any suggetions will be welcome.
Thanks,
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not cross post. Continue the conversation here.
    Bookmark Topic Watch Topic
  • New Topic