I am using VB6 for my application. I've populated Excel with the RecordSet obtained from a SQL query.
One column called Time_period
has values like
"2/31/2006"
"12/29/2000"
etc.
I need to pass these inputs to another SQL query for processing. I am little confused with the formats, as Oracle accepts inputs of type "23-Jul-2009", "02-Jan-1998" and so on.
Can you help converting from the one format to the other in VB6?