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