Failuro conection to oracle from pda
Posted: Wed 23 Apr 2008 07:16
hi, i am using vb.net to make a conection from pda to oracle server i have this connection string:
Public ConetOra As CoreLab.Oracle.OracleConnection
ConetOra = New CoreLab.Oracle.OracleConnection
ConetOra.Close()
ConetOra.ConnectionString = ""
ConetOra.UserId = BDuser
ConetOra.Password = PasswordBD
ConetOra.Port = 1521
ConetOra.Server = IPPrivate
ConetOra.Sid = BD
Cursor.Current = Cursors.WaitCursor
ConetOra.open()
the problem is that when i try to connect the pda show a failure message and close the aplication. somebody know where is the problem???
thanks
Public ConetOra As CoreLab.Oracle.OracleConnection
ConetOra = New CoreLab.Oracle.OracleConnection
ConetOra.Close()
ConetOra.ConnectionString = ""
ConetOra.UserId = BDuser
ConetOra.Password = PasswordBD
ConetOra.Port = 1521
ConetOra.Server = IPPrivate
ConetOra.Sid = BD
Cursor.Current = Cursors.WaitCursor
ConetOra.open()
the problem is that when i try to connect the pda show a failure message and close the aplication. somebody know where is the problem???
thanks