Hi,
I have just begun on a writing java code with JSP/EJB for porting data from Foxpro ( for DOS ) tables to Oracle Database. I want to get the table structure from the foxpro DBF and create an Oracle database with it, then simultaneously fill it with the data contained in the foxpro DBFs.
Other than writing JDBC code and accessing both the Databases, is there any quick way to import the entire table in Oracle ??
Thanx in advance.