hi guys,
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?
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;")