|
-
Feb 1st, 2011, 10:29 AM
#1
Thread Starter
New Member
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
-
Feb 1st, 2011, 12:28 PM
#2
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
-
Feb 1st, 2011, 02:21 PM
#3
Re: Connecting VB6.0 and Oracle
 Originally Posted by Siva7891
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|