VB connecting to oracle

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kinnu
    New Member
    • Nov 2006
    • 30

    VB connecting to oracle

    hi,

    could any one help me with the steps of connecting the vb form with the oracle database/table.

    I could connect vb to access. as my collage project requires connecting of vb with oracle database/table please help me with the steps.

    Thanks.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    The connection from vb to oracle is same as connection to access.
    .
    The only thing you need to change is the connection string.

    Try to use the follwing sample connectionstrin g after change the parametes for username, password and name of database.

    Provider=MSDAOR A.1;Password=ti ger;User ID=scott;Data Source=orcl;Per sist Security Info=True

    Comment

    Working...