Failuro conection to oracle from pda

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
bea
Posts: 2
Joined: Tue 22 Apr 2008 14:49

Failuro conection to oracle from pda

Post by bea » 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

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 23 Apr 2008 10:36

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?

bea
Posts: 2
Joined: Tue 22 Apr 2008 14:49

Post by bea » Wed 23 Apr 2008 10:51

thanks, the problem is already solved, the failure was due to oracle restrictions.

thanks again

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 24 Apr 2008 11:04

Feel free to contact us if you have any questions or concerns about OraDirect .NET.

Post Reply