
- Forum
- Database
- Oracle Database
- Connect Oracle 10g Express Eddtion with VB 2005
Connect Oracle 10g Express Eddtion with VB 2005
This is a discussion on Connect Oracle 10g Express Eddtion with VB 2005 within the Oracle Database forums, part of the Database category; Hello, I need your help please,, I am working on VB.NET and I want to connect my program to Oracle ...
-
Connect Oracle 10g Express Eddtion with VB 2005
Hello,
I need your help please,,
I am working on VB.NET and I want to connect my program to Oracle 10g Express eddtion .
But I don't know the way to connect it !
I read alot of lessons ,most of them for Visual Basic 6
could any one help me , and give me the steps to do or lead me to useful links , because I'm very very beginner
Thanks in advance..
-
You can Connect Oracle 10g Express Edition with VB 2005 by using ConnectionString. The syntax of ConnectionString is as below:
test.ConnectionString = "Driver={xxx};Server=yourserver;Uid=sample;Pwd=yyy;"
where xxx is equal to Microsoft ODBC for Oracle, sample refers userid and yy refers password.

Reply With Quote





