Oracle server connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanil
    New Member
    • Sep 2006
    • 1

    #1

    Oracle server connection

    Hello,

    I have an oracle 9i server in win 2000 server and win98 clients. I want to connect oracle database using odbc driver in vb on a win 98 machine their is no oracle client is installed on it. so that the provider (Microsoft odbc driver for oracle) is generated an error message that is :- The oracle client and network components were not found. These components are supplied by oracle corporation.

    so please help me, i want to connect oracle server with out installing oracle client,

    my connection string:

    Dim DB As New ADODB.Connectio n

    DB.ConnectionSt ring = " Provider=MSDAOR A.1;Password=au tod;User ID=autod;Data Source=palatest ;Persist Security Info=True"

    DB.Open

    regards
    sanil
Working...