Programming, website development forum Get latest updates by RSS Follow TechnicalTalk on Twitter Follow TechnicalTalk on Facebook 
HomeSearchRecent PostsLoginRegisterContact Us

Username  
Password    
  Forgot your password?  

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

Vb 6 and Oracle Connectivity

 
webmaster forum
hardy  Offline
Activity
0%
 
New Coder
Posts: 25
Topics: 16
December 18, 2008, 03:29:40 AM

I am developing application in vb 6 and I am using oracle 10g as a backend. Can anyone tell me or point me to a site where I can find connection string for it?

Thanks
 
webmaster forum
Kailash  Offline
Activity
0%
 
New Coder
Posts: 31
Topics: 10
December 19, 2008, 12:26:11 PM

You should be able to connect to your database using one of the following connection strings:

Code:
Driver={Microsoft ODBC for Oracle};Server=ServerAddress;Uid=Username;Pwd=Password;

Code:
Driver={Microsoft ODBC Driver for Oracle};ConnectString=OracleServer.world;Uid=Username;Pwd=Password;

You can also use DSN to connect to your database:

Code:
Data Source=DSNNAME;User Id=Username;Password=Password;Integrated Security=no;

Kailash
 
webmaster forum
hitmark  Offline
Activity
0%
 
Regular Coder
Posts: 91
Topics: 13
July 20, 2010, 11:00:12 PM

http://www.vb6.us/tutorials/oracle-and-visual-basic-using-ado it is good article for you.



enjoy

Orchids Flowers | Wedding Flowers | Wedding Decorations
 
webmaster forum
msdnguide  Offline
Activity
0%
 
New Coder
Posts: 19
Topics: 1
WWW
May 27, 2011, 05:00:09 AM

Please see this link to know more about vb 6 and oracle connection VB6-Oracle-Database

Visual Studio
 
webmaster forum
Life Is Good!
Activity
0%
 
Professional Coder
Gender: Female
Posts: 242
Topics: 3
WWW
August 17, 2011, 07:37:18 AM

very helpful here..

Affordable Custom Web Design Services
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.15 | SMF © 2011, Simple Machines


Google visited last this page February 05, 2012, 04:14:28 AM