Home All Groups Group Topic Archive Search About

Oracle Data Access Problem in .Net 2.0

Author
18 Oct 2007 11:40 AM
amit sinha
I have build after converting the distributed environment application
from .net 1.x to .net 2.x in VS 2005 in my local machine.And uploded
in my development environment Server .I have 2 project in the
solution .

First Proj. Used for Connection to Oracle DATABase(calling connection
string from xml file)
Second Proj : UI application where i add the Connection.dll(FIRST)

Now when as i am running my application its not able to connect to DB
in first instance but as i am Resfressing it i am able to Connect the
DB and then my application is running fine.What might be the reason
which is causing the problem.Pls give me suggestion to resolve this
issue.

Author
18 Oct 2007 2:27 PM
Jon
On 18 Oct, 12:40, amit sinha <amit.sin***@gmail.com> wrote:
Show quote
> I have build after converting the distributed environment application
> from .net 1.x to .net 2.x in VS 2005 in my local machine.And uploded
> in my development environment Server .I have 2 project in the
> solution .
>
> First Proj. Used for Connection to Oracle DATABase(calling connection
> string from xml file)
> Second Proj : UI application where i add the Connection.dll(FIRST)
>
> Now when as i am running my application its not able to connect to DB
> in first instance but as i am Resfressing it i am able to Connect the
> DB and then my application is running fine.What might be the reason
> which is causing the problem.Pls give me suggestion to resolve this
> issue.

Could it be because you're doing something different on a postback?

Or could it be then on the first load you get the details, then on the
second your actaully doing the connect?

Posting some code may help?

Jon
www.nantwichonline.com

AddThis Social Bookmark Button