Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection to AS400 from C#

Status
Not open for further replies.

ndevriendt

Programmer
Jan 8, 2002
74
BE
Hello,

I've written and asp application in C# that's make an connection with oledb to AS400. Every time takes my connection.open statement very long (about 5 sec). I think there is no connection pooling.

Is there somebody that has the same problems or can help me ?


I'm using the following connectionstring :

Provider=IBMDA400;Data Source=IT1;User ID=WINUSR;Password=WINUSR;

Thanks
Nico Devriendt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top