Object reference not set on connection open

Last post 10-25-2007, 3:24 PM by chrisg. 1 replies.
Sort Posts: Previous Next
  •  10-25-2007, 4:49 AM 19385

    Object reference not set on connection open

    Hi I am getting an object reference error  on opening a connection

    my code is :

    Dim k2Conn As New SourceCode.K2ROM.Connection()

    k2Conn.Open("k2.ss.co.za", "[;];Authentication=External;User=Bryan;Password=H;Auth=Custom")

    Any ideas?

     

  •  10-25-2007, 3:24 PM 19402 in reply to 19385

    Re: Object reference not set on connection open

    I am assuming you are using 2003 correct?

     

    You have Authentication as External are you using some external UserManger?  The only thing that looks out of place is the Auth=custom

     The expected connection string should be in the following format

    [;]AuthenticatioExternal;User=Username;Password=password

     

     

View as RSS news feed in XML