hi guys, how to update data in vb.net by using ado.net and Oracle as database?
I believe you can use the OleDb to connect to Oracle VB Code: Dim connCW as Data.OleDb.OleDbConnection connCW=New Data.OleDb.OleDbConnection("Provider=OraOLEDB.Oracle.1; User ID=xxxxx; Password=xxxxx; Data Source=omisdb;")
Dim connCW as Data.OleDb.OleDbConnection 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
Forum Rules