how we raed .dbf file and insert data in oracle in java
how we raed .dbf file and insert data in oracle in java
Collapse
X
-
Tags: None
-
You don't read .dbf files yourself; Oracle does that for you and presents aOriginally posted by umakanttiwarihow we raed .dbf file and insert data in oracle in java
relational data model to you. Start by reading the interfaces in the JDBC
interface that allows you all access to such a database.
kind regards,
Jos
Comment