Results 1 to 3 of 3

Thread: connection with oracle

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    connection with oracle

    what is the connection string that is used to connect C# and oracle ?

    can anyone help me ?

    ---Rajib

  2. #2
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: connection with oracle

    Better check the ConnectionStrings.

  3. #3
    Member
    Join Date
    Mar 2005
    Posts
    43

    Re: connection with oracle

    Quote Originally Posted by phrajib
    what is the connection string that is used to connect C# and oracle ?

    can anyone help me ?

    ---Rajib

    myConnection.ConnectionString = "Data Source=" + Ds + ";User Id=" + Uid + "; Password=" + Pass + ";";

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width