Connecting Tech Pros Worldwide Forums | Help | Site Map

Oracle and Visual basic

Newbie
 
Join Date: Sep 2007
Posts: 2
#1: Sep 20 '07
Hi
Is there any way so as to connect to Oracle database 10g using Visual Basic and authenticate the user for its correct credentials.So that the user is able to view, modify or create entries in the database.
thanks

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,509
#2: Sep 21 '07

re: Oracle and Visual basic


Try to use this for your connection string,next you need to execute the commands that you need from VB.

Expand|Select|Wrap|Line Numbers
  1. Provider=OraOLEDB.Oracle.1;Password=tiger;Persist Security Info=True;User ID=scott;Data Source=das
Newbie
 
Join Date: Sep 2007
Posts: 2
#3: Sep 21 '07

re: Oracle and Visual basic


thanks a ton ..This really worked
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#4: Sep 22 '07

re: Oracle and Visual basic


Quote:

Originally Posted by devendraora

thanks a ton ..This really worked

Next time you're stuck with a connection string, you can try
www.connectionstrings.com.
Reply