|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
connecting to database on net
Hi I'm new to this forum.I'm having oracle9i on my system.what i want to know is how to access databases through orcl9i when i'm on net
![]() |
|
#2
|
|||
|
|||
|
Dim MDMDBConn As OracleConnection
MDMDBConn = New OracleConnection MDMDBConn.ConnectionString = "Data Source=<dbname>;User ID=<username>;Password=<psw>;" after having the connection you can run stored procs with oraclecommands or selects by using dataadapter or datareader or ... |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > connecting to database on net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|