Issue with connect (ConnectionState.Connecting)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Motia
Posts: 3
Joined: Wed 08 Nov 2006 10:41

Issue with connect (ConnectionState.Connecting)

Post by Motia » Wed 08 Nov 2006 10:59

Hello,

When I do connect to the server (using CoreLab.Oracle.OracleConnection), sometimes I have state of the connection equal ConnectionState.Connecting on the next line of the code.
I don't know when state will be changed to Open and have some issues with it

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 08 Nov 2006 12:25

Please send us small test project if possible to reproduce the problem; it is
desirable to use 'scott' schema objects, otherwise include definition of
your own database objects.
Use e-mail address provided in the Readme file.
Do not use third party components.

Post Reply