Ingrid: Oracle-DB anhaengen

Hallo

Ich versuche eine Oracle-DB von meiner asp-Seite aus anzusprechen, aber irgendwas geht nicht.

ich mache:
Set MyConn=Server.CreateObject("ADODB.Connection")
MyConn.Open "dsn=CAPP_Sekr;uid=sekr;pwd=sekr;"

und kriege:
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'

[Oracle][ODBC][Ora]Invalid authorization specification.

was ist falsch? bzw. wie mach ich's richtig?

gruss
Ingrid

  1. Hi, hallo

    Set MyConn=Server.CreateObject("ADODB.Connection")
    MyConn.Open "dsn=CAPP_Sekr;uid=sekr;pwd=sekr;"
    was ist falsch? bzw. wie mach ich's richtig?

    MyConn.Open "dsn=CAPP_Sekr;","sekr","sekr"

    Tschau, tschüß,
    Frank