Hi to all,

How can i connect VB.NET with oracle i am using following connecting string for connecting VB.NET with SQL Server

Public ConnectionString As String = "Data Source=%server%; Initial Catalog=Inventory; Integrated Security=SSPI; Trusted_Connection=True;"

And Class for sql server

Imports System.Data.SqlClient

What class should i use for oracle.

I have resolved the problem

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.