Page 1 of 1

Failuro conection to oracle from pda

Posted: Wed 23 Apr 2008 07:16
by bea
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

Posted: Wed 23 Apr 2008 10:36
by Alexey.mdr
Hi!

Could you please post the exception message and a stacktrace?
What version and edition of OraDirect .NET Mobile do you use?
What Oracle server do you have?

Posted: Wed 23 Apr 2008 10:51
by bea
thanks, the problem is already solved, the failure was due to oracle restrictions.

thanks again

Posted: Thu 24 Apr 2008 11:04
by Alexey.mdr
Feel free to contact us if you have any questions or concerns about OraDirect .NET.