hello,
I am writing
jdbc code that firing a query "select sysdate from dual" on database so, when i get the result from that by invoking getObject() method on result set ,is giving me only date not time...but my expected result should be like it should return date and time both.
my code is
getting result:
2012-04-12 00:00:00.0
expected result:
2012-04-12 15:36:56.0
so please do reply its urgent,
regards