
Any problems converting Ms ACCESS db data to ORACLE 7
You may want to use Access to handle the conversion unless you will be
performing the conversion multiple time. Access is very good a building data
"cleaning" queries and exporting to many formats such as fixed width or
delimited text files. Oracle should have a data loading method similar to
BCP (Bulk Copy Program) in SQL server that can import the text file data.
Hope this helps.
Quote:
>I maybe programming the conversion of data in a not so good ACCESS db to
>Oracle7 using VB4. Is there any problems that I should be aware of besides
>VB4 not being the best version for development with ORACLE.