Results 1 to 3 of 3

Thread: Connecting VB6.0 and Oracle

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2011
    Posts
    1

    Smile Connecting VB6.0 and Oracle

    Hi,
    I have some fundamental knowledge about VS2008 and SQL SERVER 2005. For a mini project in my college I had to use VB6.0 and Oracle. Does if any one have links for online material about connecting VB6.0 and Oracle please reply me here. I tried some few things but doesn't worked anything for me

    Regards,
    Siva7891

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Connecting VB6.0 and Oracle

    Moved To Database Development

    Welcome to the forums.

    Not a whole lot left out there for VB6, but we do have a Database FAQ section that should help (liknk at the top of this page)

    The big difference is that you will be using ADO not ADO.NET

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Connecting VB6.0 and Oracle

    Quote Originally Posted by Siva7891 View Post
    Hi,
    I have some fundamental knowledge about VS2008 and SQL SERVER 2005. For a mini project in my college I had to use VB6.0 and Oracle. Does if any one have links for online material about connecting VB6.0 and Oracle please reply me here. I tried some few things but doesn't worked anything for me

    Regards,
    Siva7891
    1) Install SQL NET client. This will give you the necessary drivers and also install Sqlplus on your machine. The SQLPlus is optional.
    2) Configure the tnsnames.ora and sqlnet.ora to point to the correct listener.
    3) Use a connectionstring for the Microsoft ODBC for Oracle.

    These are the steps in a nutshell. There is a utility called tnsping that will allow you to verify the connection has been correctly configured.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

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