problem with dc. oracle 525 mobile

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
kcurth
Posts: 1
Joined: Fri 31 Jul 2009 17:56

problem with dc. oracle 525 mobile

Post by kcurth » Fri 31 Jul 2009 18:01

hi. we have dot conect oracle mobile and my code has an error that hasnt before, look my code .


dim con as new oracleconnection
con.UserId = "prueba"
con.Password = "prueba"
con.Server = "server2k8"
con.Sid = "triplay"
con.Open()
Dim ad As New OracleDataAdapter("select * from f_alm", con)
ad.Fill(dst, "tabla")

the error is on the last line (adapter fill)

can someone hel me to solve my problem?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 03 Aug 2009 08:24

Please post the exception message and the call stack of the error here.

Post Reply