Pular para o conteúdo

Fóruns Banco de dados Oracle VB6 + oracle 10g VB6 + oracle 10g

#90920
MauroLacerda
Participante

    Segue exemplo:

    Public Sgc_Connection As New ADODB.Connection

    .
    .
    .

    Dim Sgc_ConnectionString As String
    
    With Sgc_Connection
        .Open "DSN=SGC;Server=SGC;Uid=;Pwd=;"
    
    End With