Oracle Data Access Problem in .Net 2.0

A

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.
 
J

Jon

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top