how we raed .dbf file and insert data in oracle in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • umakanttiwari
    New Member
    • Apr 2008
    • 1

    #1

    how we raed .dbf file and insert data in oracle in java

    how we raed .dbf file and insert data in oracle in java
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by umakanttiwari
    how we raed .dbf file and insert data in oracle in java
    You don't read .dbf files yourself; Oracle does that for you and presents a
    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

    Working...