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 executed the statement
con.Execute "insert into employee(no,join_date) values(424,'12-SEP-2004')"
i found that he new record was inserted into the database(i checked it using sql*plus) . But when retrieved through vb ,the date column showed NULL value
pls help