Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Connect Oracle 10g Express Eddtion with VB 2005

This is a discussion on Connect Oracle 10g Express Eddtion with VB 2005 within the Oracle Database forums, part of the Database category; Hello, I need your help please,, I am working on VB.NET and I want to connect my program to Oracle ...

  1. #1
    ReSuMa is offline Junior Member Array
    Join Date
    May 2007
    Answers
    1

    Question Connect Oracle 10g Express Eddtion with VB 2005

    Hello,
    I need your help please,,
    I am working on VB.NET and I want to connect my program to Oracle 10g Express eddtion .
    But I don't know the way to connect it !
    I read alot of lessons ,most of them for Visual Basic 6
    could any one help me , and give me the steps to do or lead me to useful links , because I'm very very beginner

    Thanks in advance..


  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    You can Connect Oracle 10g Express Edition with VB 2005 by using ConnectionString. The syntax of ConnectionString is as below:

    test.ConnectionString = "Driver={xxx};Server=yourserver;Uid=sample;Pwd=yyy;"

    where xxx is equal to Microsoft ODBC for Oracle, sample refers userid and yy refers password.


Latest Article

Network Security Risk Assessment and Measurement

Read More...