Network Error: 200

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
andreli
Posts: 1
Joined: Wed 23 Jul 2008 07:27

Network Error: 200

Post by andreli » Mon 25 Aug 2008 15:21

Hi

I am using OraDirect .NET Mobile DP V4.50.30.1 on VS 2005 (VB)

I have the following scenario regarding a User Logon screen.

When no network is available (When the Windows CE Device wakes up from power save mode) i get the following Error:
Network Error:: An operation was attempted on something ...
This error is expected.

The strange thing is that when the network connection is up again and the oracle connection is refreshed (connection closed and opened in the program) it returns:
Network Error:: 200
although the network connection has been re-istablished.

How can I overcome this?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 27 Aug 2008 12:02

Try to set Pooling=false in the connection string. It can be a connection pooling problem. See more: http://www.devart.com/oranet/faq.html#q53

Post Reply