Connecting VB and Oracle by writting code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Parul Bagadia
    New Member
    • Mar 2008
    • 188

    Connecting VB and Oracle by writting code

    Helllo people,
    i had asked this before as well, but i couldnt impliment that method;
    how do i conmect VB and oracle; oracle as back-end and VB as front end...and then how do i see my tables in VB? and then how do i fire query from VB?
    I need to know this as soon as possible.
  • Parul Bagadia
    New Member
    • Mar 2008
    • 188

    #2
    I really need to know it.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      You need to use ADODB for the purpose.

      then use connection and recordset objects.

      Comment

      • Parul Bagadia
        New Member
        • Mar 2008
        • 188

        #4
        Originally posted by debasisdas
        You need to use ADODB for the purpose.

        then use connection and recordset objects.
        Thanks,
        I did it and its working.

        Comment

        Working...