vb 6 and oracle problem of fetching date

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmesh
    New Member
    • Sep 2011
    • 1

    vb 6 and oracle problem of fetching date

    i use ADO in VB6 to connect to my Oracle database
    i made a connection object 'con' and opened the database using it

    when i fetch the date from the table the format is become change .
    oracle format is dd/mm/yyyy e.g. 1-sep-2011
    and in vb
    the format is mm/dd/yyyy e.g. 9/1/2011

    i uses text box to enter date to the oracle table.
    and DBGrid to fetch the date from oracle table

    pls give me some solution about it
    please
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You can format the dates as desired at either Oracle or VB level.

    Comment

    Working...