Hi,
I want to see in detail how VB is working with Oracle7.
Could you please send me a little program reading a little flat file and inserting in an Oracle table.
Example of flat file :
Name Date of bith
John 19681225 (with format YYYYMMDD)
Pete 19700113 (with format YYYYMMDD)
Line 19800317 (with format YYYYMMDD)
The corresponding Oracle table :
Name varchar2(15)
Date_birth date
Please include the way of declaring the connection.
Thanks in advance.
I want to see in detail how VB is working with Oracle7.
Could you please send me a little program reading a little flat file and inserting in an Oracle table.
Example of flat file :
Name Date of bith
John 19681225 (with format YYYYMMDD)
Pete 19700113 (with format YYYYMMDD)
Line 19800317 (with format YYYYMMDD)
The corresponding Oracle table :
Name varchar2(15)
Date_birth date
Please include the way of declaring the connection.
Thanks in advance.