Date Format for DB Adapter
Hi, I have a "string-date" with looks something like this: "20070318020000". I want to insert it into a oracle database with a Database Adapter, but i get the error "java.text.ParseException: Unparseable date". How would I convert the date to be inserted into Oracle. Do I need some sort of to_date function?
Thanks