constr

  1. saurabh.sauron

    VB 6 Query

    I am facing problems in connecting VB To Oracle. Here is the code that i have used Public Sub Conn() Dim cn As New ADODB.Connection Dim constr As String Set cn = New ADODB.Connection constr = "Provider=MSDAORA.1;user id=scott;password=tiger" cn.Open constr End Sub Dim rs As New...
Top Bottom