Results 1 to 2 of 2

Thread: how to update data in vb.net by using ado.net and Oracle as database

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2002
    Location
    hyderabad
    Posts
    18

    how to update data in vb.net by using ado.net and Oracle as database

    hi guys,
    how to update data in vb.net by using ado.net and Oracle as database?

  2. #2
    Addicted Member Dmyze's Avatar
    Join Date
    Mar 2002
    Location
    Seattle
    Posts
    160
    I believe you can use the OleDb to connect to Oracle

    VB Code:
    1. Dim connCW as Data.OleDb.OleDbConnection
    2.  
    3. connCW=New Data.OleDb.OleDbConnection("Provider=OraOLEDB.Oracle.1; User ID=xxxxx; Password=xxxxx; Data Source=omisdb;")
    -Daryl
    "Two More Rolls of Duct tape, and the world is mine!"
    VB.NET Guru

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width