Outlook 2003 and OLEDB connection IBMDA400

C

Cave

Hello, I write to you why I have a big problem of slowness during the
connection between an outlook form and the system IBM AS400. It seems
impossible but I have tried to use the same code in various office packages
which: Excel, Word, Access all through vba and even in Visual Basic code.
With these packages the logon is instantaneous (less than a second), while in
outlook the logon time increases until approximately 10/15 seconds. This is
the code:

Set con1 = application.createObject("adodb.connection")
con1.connectionstring = "Provider=IBMDA400;User
ID=pcuser;Password=pcuser;Data Source=SystemName"
con1.Open ' <-- Here is the problem

There are other people who have this problem?
Maybe it's a Outlook's bug that I don't know ?
How can i solve my problem?

Thanks
 

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